Skip to content

Comment on The Mysterious Realm of JavaScriptCore (2021)

Comments

I've often thought about the possibility of implementing a language that can compile directly to optimized byte code (either for V8 or JSC), in order to get "hot code" that does not need runtime optimization, has anybody explored this idea?

That's WebAssembly / asm.js. Well, that's the target, you could still design a language for it.

That won't work for JS because you need runtime profiling to be able to do any meaningful optimizations

AboutSource Built by g1lg1l

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