[Bug rtl-optimization/71785] Computed gotos are mostly optimized away

andres at anarazel dot de gcc-bugzilla@gcc.gnu.org
Tue Nov 1 19:16:00 GMT 2016


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

--- Comment #6 from Andres Freund <andres at anarazel dot de> ---
Hi,

Can confirm this patch fixes the specific code generation issue I
complained about, leading to an overall 1.9% improvement in TPC-H
performance.  There's still some counterproductive jumps, but they're
unrelated to computed goto.

Thanks,

Andres


More information about the Gcc-bugs mailing list