|
|
|
|
|
by MrZipf
3171 days ago
|
|
36000 lines of handwritten assembler in v8? Not since the transition to ignition and turbofan... $ git clone https://github.com/v8/v8.git
$ cd v8
$ find . -name '*.S' There's still some macro assembler in the built-in's but it's emitted rather than being assembler. |
|
The MacroAssembler, is basically what is used to produce assembly code in both JavaScript engines.