Y
Hacker News
new
|
ask
|
show
|
jobs
by
robenkleene
3733 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?
1 comments
pcwalton
3733 days ago
JIT compilation cost is minimal in practice due to tiered JITs.
link