@v8js Hey, is it still possible to see generated machine code with something like `--print-code`?
Yes, but you need a debug build (as opposed to a release build) of `d8`. https://github.com/v8/v8/blob/7f44053c9e6d3d92e6f064e39570bca32153118f/src/flag-definitions.h#L1281 …
-
-
…although you can enable it for release builds as well by editing your `gn` file before compiling: v8_enable_disassembler=true v8_object_print=true
-
Ok that's great, thank you!
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.