Y
Hacker News
new
|
ask
|
show
|
jobs
by
saagarjha
2869 days ago
C isn't made for JIT because it's static; that's why inclining exists. Objective-C has room to improve because it has dynamic function calls.
1 comments
chrisseaton
2869 days ago
C can also benefit from inline caching - function pointers!
link