Are there ways to see the assembly code for the code generated by any of the JavaScript jits, especially V8's?
问题 The major JavaScript engines of web browsers and nodeJS have had just-in-time compilers for years. I was just watching a video on Compiler Explorer showing the assembly code output by many compilers for various CPUs. This reminded me that I've been curious about the code generated by the JS engines' jits. Do any of those engines have ways for us to see that low-level generated code? (If this is out of place on SO please feel free to migrate it to the correct SE site.) 回答1: For V8, there is a