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

Unified Diff: runtime/vm/stub_code.h

Issue 2473213002: DBC: When calling DRT_OptimizeInvokedFunction, patch the stack to have a stub instead of the to-be-… (Closed)
Patch Set: Created 4 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
Index: runtime/vm/stub_code.h
diff --git a/runtime/vm/stub_code.h b/runtime/vm/stub_code.h
index 7b51f9f5840b3ba7bafbb79fd1064f7fd6dabc9a..e070d3b799fc50b7001ca78b8fe52b19a2a6a8eb 100644
--- a/runtime/vm/stub_code.h
+++ b/runtime/vm/stub_code.h
@@ -34,7 +34,6 @@ class Deserializer;
V(CallNativeCFunction) \
V(FixCallersTarget) \
V(CallStaticFunction) \
- V(OptimizeFunction) \
V(InvokeDartCode) \
V(DebugStepCheck) \
V(UnlinkedCall) \
@@ -72,6 +71,7 @@ class Deserializer;
#else
#define VM_STUB_CODE_LIST(V) \
V(LazyCompile) \
+ V(OptimizeFunction) \
V(FixCallersTarget) \
V(Deoptimize) \
V(DeoptimizeLazyFromReturn) \

Powered by Google App Engine
This is Rietveld 408576698