Y
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
robenkleene
3738 days ago
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?
link
pcwalton
3738 days ago
JIT compilation cost is minimal in practice due to tiered JITs.
link