Hacker News new | past | comments | ask | show | jobs | submit login

Actually JavaScript is compiled JIT by most engines these days. While it's not the fastest, it certainly can be quite fast.



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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: