5 ms·
I agree. Chakra uses a pure JIT approach? I thought they interpret both in JS and Wasm?
by saamyjoon 9y ago
I agree.
Chakra uses a pure JIT approach? I thought they interpret both in JS and Wasm?
- luke_wagner 9y agoMaybe some terminology difference here but what I meant by 'pure JIT' was that, iiuc, Chakra waits until the function is called to even validate it, then warms up in an interpreter and only if the function is hot compiles it in a background thread. I think that's one end of the eager/lazy spectrum that may well be what a category of wasm uses will want.