Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> a) How can you make standard-OOP-like method dispatch faster than vtables?

The JVM optimizes this by using (P)ICs, which are faster than regular vtables.

http://en.wikipedia.org/wiki/Inline_caching





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

Search: