Hacker News new | ask | show | jobs
by blt 4586 days ago
Yes, the penalty is most glaring for calls that do a tiny amount of work. Imagine if

  String.charAt(int index)
was a virtual call inside of strlen().