Hacker News new | ask | show | jobs
by kjar 2526 days ago
So AFAIK Electron is built on V8 JS engine. Last I looked that has a JIT compiler, then I’d expect performance to increase as that ‘warms up’
1 comments

It does, but you've still got to keep around the optimizing JIT compiler, its JavaScript metadata, and a hundred other things around even after the JavaScript has been partially compiled to native code.