Skip to content

Comment on Assembling WebAssemblyparent

Comments

Is “interpreting” necessarily faster?

Consider also this is perhaps a false distinction. V8 always produces machine code when running JS IIRC. And that code is JITed doesn't mean the entire module is.

V8 used to do this. Now they have a JS interpreter called Ignition.

V8 always produces machine code when running JS IIRC.

They used to. They stopped doing that because it made initial load too slow...

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.