DEV Community

Discussion on: A Peek Under The Hood of How Modern JavaScript Runs

Collapse
 
sirseanofloxley profile image
Sean Allin Newell

Are there any resources where i could pass in a JS snippet in a string or pass a file to igniton and turbofan and compare the output? That'd be awesome if such a tool exists.

Collapse
 
rizz0s profile image
Summer Rizzo

I haven't found such a thing yet! But this article does a pretty good job of explaining how the speculative optimization works. Also worth checking out the docs for them - ignition / turbofan. The V8 blog is really well written!