Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(411)

Unified Diff: runtime/vm/precompiler.h

Issue 1382243002: Precompilation: Eagerly bind all the static calls after compiling and drop the static call table. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/vm/precompiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/precompiler.h
diff --git a/runtime/vm/precompiler.h b/runtime/vm/precompiler.h
index ec9e9d0f191cccc3af852e4ee4917b94e8365ef9..3106984a178f95d30e37ea31d9c4b0a78deaf43b 100644
--- a/runtime/vm/precompiler.h
+++ b/runtime/vm/precompiler.h
@@ -104,6 +104,8 @@ class Precompiler : public ValueObject {
void CheckForNewDynamicFunctions();
void DropUncompiledFunctions();
+ void BindStaticCalls();
+ void BindStaticCalls(const Function& function);
Thread* thread() const { return thread_; }
Zone* zone() const { return zone_; }
« no previous file with comments | « no previous file | runtime/vm/precompiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698