 Chromium Code Reviews
 Chromium Code Reviews Issue 
            2712943002:
    [interpreter] Teach --print-bytecode the names of runtime functions and intrinsics.  (Closed)
    
  
    Issue 
            2712943002:
    [interpreter] Teach --print-bytecode the names of runtime functions and intrinsics.  (Closed) 
  | Description[interpreter] Teach --print-bytecode the names of runtime functions and intrinsics.
This changes the bytecode decoder such that --print-bytecode will print
    ... CallRuntime [GeneratorGetResumeMode] ...
    ... InvokeIntrinsic [CreateIterResultObject] ...
instead of
    ... CallRuntime [762] ...
    ... InvokeIntrinsic [2] ...
The printing of CallJSRuntime remains unchanged.
R=gsathya@chromium.org, rmcilroy@chromium.org
BUG=
Review-Url: https://codereview.chromium.org/2712943002
Cr-Commit-Position: refs/heads/master@{#43391}
Committed: https://chromium.googlesource.com/v8/v8/+/c0651535d5a67dac1587fb1794bbf4cf5516164e
   Patch Set 1 #Patch Set 2 : Make test robust again. #
      Total comments: 2
      
     Patch Set 3 : Make use of ToRuntimeId. #
 Messages
    Total messages: 11 (5 generated)
     | ||||||||||||||||||||||||||||