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

Unified Diff: src/objects.h

Issue 755883003: Refactor use of Isolate::use_crankshaft. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: remove bogus assert Created 6 years, 1 month 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 | « src/compiler.cc ('k') | src/objects.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index ea1a51c2c01f8f78069ca43c244da81e7eecef31..80a6985f941aadeb9665718e085627bc0e45f9cd 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -7335,7 +7335,6 @@ class JSFunction: public JSObject {
// recompiled the next time it is executed.
void MarkForOptimization();
void AttemptConcurrentOptimization();
- void MarkInOptimizationQueue();
// Tells whether or not the function is already marked for lazy
// recompilation.
« no previous file with comments | « src/compiler.cc ('k') | src/objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698