[Bug c++/77896] Object vtable lookups are not hoisted out of loops

scovich at gmail dot com gcc-bugzilla@gcc.gnu.org
Sat Oct 8 01:14:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77896

--- Comment #1 from Ryan Johnson <scovich at gmail dot com> ---
It appears that multiple calls to different virtual functions of the same
object are not optimized, either (each performs the same load-load-jump
operation).


More information about the Gcc-bugs mailing list