[Bug tree-optimization/15524] [4.0 Regression] jump threading on trees is slow with switch statements with large # of cases

stevenb at suse dot de gcc-bugzilla@gcc.gnu.org
Mon Nov 1 21:22:00 GMT 2004


------- Additional Comments From stevenb at suse dot de  2004-11-01 21:22 -------
Subject: Re:  [4.0 Regression] jump threading on trees is slow with switch statements with large # of cases


I don't know about jump threading, but edge splitting in such code
is very likely because we pre-split all critical edges for GVN-PRE
and I can imagine that in such interpreter-like code you'd have lots
of critical edges.  But maybe not...




-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15524



More information about the Gcc-bugs mailing list