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

Unified Diff: tools/v8heapconst.py

Issue 2803853005: Inline Array.prototype.forEach in TurboFan (Closed)
Patch Set: Disable new array builtins by default 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
« no previous file with comments | « 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 58c84eed61e419238e50403a0ff471d4b52ddc7e..8af51ae4e00f7b55b04a564521ab0f8fdc2b8c5b 100644
--- a/tools/v8heapconst.py
+++ b/tools/v8heapconst.py
@@ -322,6 +322,8 @@ FRAME_MARKERS = (
"INTERPRETED",
"STUB",
"STUB_FAILURE_TRAMPOLINE",
+ "BUILTIN_CONTINUATION",
+ "JAVA_SCRIPT_BUILTIN_CONTINUATION",
"INTERNAL",
"CONSTRUCT",
"ARGUMENTS_ADAPTOR",
« no previous file with comments | « test/mjsunit/optimized-foreach.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698