3 Commits

Author SHA1 Message Date
Darius M
20b5f05ff1 Remove outdated comments/code from JavaScript example (#8921) 2026-07-15 18:34:45 +02:00
Charles Munger
c52a53b160 Add prepare hint to javascript example (#6016)
Without this additional line, v8 trunk produces no output, and v8 11.3
produces a bunch of assembly with no `imull` instruction.

I don't actually know much about v8 or javascript, but based on [this
mailing list
post](https://groups.google.com/g/v8-users/c/xlx22gScRNs/m/yE2-boWsBQAJ)
and testing on godbolt.org, this works.
2024-01-16 22:13:22 -06:00
Gaurav Gautam
3c58187cf9 Add d8 for disassembling javascript (#4721)
https://github.com/compiler-explorer/compiler-explorer/issues/264
2023-04-01 16:22:21 -05:00