| commit | 3f349af599ce964107f2c45119280c5581278f87 | [log] [tgz] |
|---|---|---|
| author | Carl Shapiro <cshapiro@google.com> | Thu Feb 25 15:47:08 2010 -0800 |
| committer | Carl Shapiro <cshapiro@google.com> | Thu Feb 25 15:47:08 2010 -0800 |
| tree | 5fae408c2168dda70944c6d0c75f40358dc72ca3 | |
| parent | 4259416e0638e2d2d57aca4807f76e9f4f2dcf15 [diff] [blame] |
Relocate function declaration out the GC and into the compiler.
diff --git a/vm/compiler/Compiler.h b/vm/compiler/Compiler.h index ccc91dd..1854df5 100644 --- a/vm/compiler/Compiler.h +++ b/vm/compiler/Compiler.h
@@ -155,6 +155,7 @@ void dvmCompilerDrainQueue(void); void dvmJitUnchainAll(void); void dvmCompilerSortAndPrintTraceProfiles(void); +void dvmCompilerPerformSafePointChecks(void); struct CompilationUnit; struct BasicBlock;