Hacker News new | ask | show | jobs
by nkurz 4585 days ago
It's not necessarily done with explicit 'virtual' calls in C++, but speed of dispatch is very important to interpreters for dynamic languages. Here's an improvement to Python where the same general type of fixes make a significant difference: http://bugs.python.org/issue4753
1 comments

Good example.