[Bug c++/33358] New: Slow calls through simple member function pointers
Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dleska at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33358
[Bug c++/33358] Slow calls through simple member function pointers
--- Comment #2 from dleska at gmail dot com 2007-09-09 06:47 --- (In reply to comment #1) > VS seems to dispatch to some other function. Yep - if the function is virtual, VS generates a stub that does the vtable lookup. However for non virtual function the call is direct - which