| Index: runtime/vm/compiler.h
|
| ===================================================================
|
| --- runtime/vm/compiler.h (revision 44707)
|
| +++ runtime/vm/compiler.h (working copy)
|
| @@ -41,6 +41,9 @@
|
| // Returns Error::null() if there is no compilation error.
|
| static RawError* CompileFunction(Thread* thread, const Function& function);
|
|
|
| + // Generates unoptimized code if not present, current code is unchanged.
|
| + static void EnsureUnoptimizedCode(Thread* thread, const Function& function);
|
| +
|
| // Generates optimized code for function.
|
| //
|
| // Returns Error::null() if there is no compilation error.
|
|
|