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

Unified Diff: tools/v8heapconst.py

Issue 2803853005: Inline Array.prototype.forEach in TurboFan (Closed)
Patch Set: fix v8heapconst.py Created 3 years, 7 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
« test/mjsunit/optimized-foreach.js ('K') | « test/mjsunit/optimized-foreach.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/v8heapconst.py
diff --git a/tools/v8heapconst.py b/tools/v8heapconst.py
index d2d6ae9266ca1d35fcde5696a0ebb4f366dbc167..a50099f1fca3b6354b94bafc70bb473c98ddc6c3 100644
--- a/tools/v8heapconst.py
+++ b/tools/v8heapconst.py
@@ -320,6 +320,7 @@ FRAME_MARKERS = (
"INTERPRETED",
"STUB",
"STUB_FAILURE_TRAMPOLINE",
+ "BUILTIN_CONTINUATION",
"INTERNAL",
"CONSTRUCT",
"ARGUMENTS_ADAPTOR",
« test/mjsunit/optimized-foreach.js ('K') | « test/mjsunit/optimized-foreach.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698