Hacker News new | ask | show | jobs
by esailija 999 days ago
JITting alone will just make code slower. Even with many optimizations V8 eventually changed the "unoptimizing JIT" to an interpreter and now only JITs hot functions.