Description[interpreter] Print bytecode handlers name with --trace-ignition-codegen
When using --trace-ignition-codegen, the name for each bytecode handler is
missing. The reason is that we find the name of a bytecode by looking up the
code object entry in the interpreter's dispatch table, which is not yet
populated at this point.
BUG=
Review-Url: https://codereview.chromium.org/2771503004
Cr-Commit-Position: refs/heads/master@{#44068}
Committed: https://chromium.googlesource.com/v8/v8/+/cd78a32b62bcfa83b85a48cb3d1344f7667ced2d
Patch Set 1 #
Messages
Total messages: 8 (4 generated)
|