Hacker News new | ask | show | jobs
by andrewchambers 4314 days ago
JIT isn't a penalty, if anything late code generation lets you make faster code because hot code paths are known.

My guess is that there are problems with things like the way all objects are on the heap, and probably other things too.