Hacker News new | ask | show | jobs
by randommodnar 3738 days ago
Actually JavaScript is compiled JIT by most engines these days. While it's not the fastest, it certainly can be quite fast.
1 comments

I see, good point, but then I'd expect the cost of JIT compilation would still have a performance cost? As opposed to Objective-C being compiled before distribution to the client?
JIT compilation cost is minimal in practice due to tiered JITs.