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

Unified Diff: runtime/vm/symbols.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/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index d9fa6f25b1886735ce52c41a2200842448d455f2..d4d92d7d7f6d34816a17bc97709eaed6926e501a 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -435,7 +435,8 @@ class ObjectPointerVisitor;
V(GetRuntimeType, "get:runtimeType") \
V(HaveSameRuntimeType, "_haveSameRuntimeType") \
V(DartDeveloperCausalAsyncStacks, "dart.developer.causal_async_stacks") \
- V(_AsyncStarListenHelper, "_asyncStarListenHelper")
+ V(_AsyncStarListenHelper, "_asyncStarListenHelper") \
+ V(GrowRegExpStack, "_growRegExpStack")
// Contains a list of frequently used strings in a canonicalized form. This

Powered by Google App Engine
This is Rietveld 408576698