|
|
|
|
|
by jrogers65
4855 days ago
|
|
They mean that each function does relatively little work, so to render a given web page, the number of function calls (and therefore vtable lookups) is higher than in other browsers. This translates to more overheads and slower execution. |
|