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

Unified Diff: runtime/vm/runtime_entry_list.h

Issue 2951053003: VM(RegExp): Allow OSR optimization of RegExp :matcher functions. (Closed)
Patch Set: Fix bugs with stack growing and block pruning Created 3 years, 6 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
Index: runtime/vm/runtime_entry_list.h
diff --git a/runtime/vm/runtime_entry_list.h b/runtime/vm/runtime_entry_list.h
index 7f7cfbc33aed47e80ac0c568a109cc3202dd5886..44273736ebbecb88a57374eb38d29fed30a89721 100644
--- a/runtime/vm/runtime_entry_list.h
+++ b/runtime/vm/runtime_entry_list.h
@@ -42,7 +42,6 @@ namespace dart {
V(RewindPostDeopt) \
V(UpdateFieldCid) \
V(InitStaticField) \
- V(GrowRegExpStack) \
V(CompileFunction) \
V(MonomorphicMiss) \
V(SingleTargetMiss) \

Powered by Google App Engine
This is Rietveld 408576698