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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « test/mjsunit/optimized-foreach.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2017 the V8 project authors. All rights reserved. 1 # Copyright 2017 the V8 project authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can 2 # Use of this source code is governed by a BSD-style license that can
3 # be found in the LICENSE file. 3 # be found in the LICENSE file.
4 4
5 # This file is automatically generated by mkgrokdump and should not 5 # This file is automatically generated by mkgrokdump and should not
6 # be modified manually. 6 # be modified manually.
7 7
8 # List of known V8 instance types. 8 # List of known V8 instance types.
9 INSTANCE_TYPES = { 9 INSTANCE_TYPES = {
10 0: "INTERNALIZED_STRING_TYPE", 10 0: "INTERNALIZED_STRING_TYPE",
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 "EXIT", 315 "EXIT",
316 "JAVA_SCRIPT", 316 "JAVA_SCRIPT",
317 "OPTIMIZED", 317 "OPTIMIZED",
318 "WASM_COMPILED", 318 "WASM_COMPILED",
319 "WASM_TO_JS", 319 "WASM_TO_JS",
320 "JS_TO_WASM", 320 "JS_TO_WASM",
321 "WASM_INTERPRETER_ENTRY", 321 "WASM_INTERPRETER_ENTRY",
322 "INTERPRETED", 322 "INTERPRETED",
323 "STUB", 323 "STUB",
324 "STUB_FAILURE_TRAMPOLINE", 324 "STUB_FAILURE_TRAMPOLINE",
325 "BUILTIN_CONTINUATION",
326 "JAVA_SCRIPT_BUILTIN_CONTINUATION",
325 "INTERNAL", 327 "INTERNAL",
326 "CONSTRUCT", 328 "CONSTRUCT",
327 "ARGUMENTS_ADAPTOR", 329 "ARGUMENTS_ADAPTOR",
328 "BUILTIN", 330 "BUILTIN",
329 "BUILTIN_EXIT", 331 "BUILTIN_EXIT",
330 ) 332 )
331 333
332 # This set of constants is generated from a shipping build. 334 # This set of constants is generated from a shipping build.
OLDNEW
« 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