This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug optimization/8092] [3.3/3.4/3.5 regression] cross-jump triggers too often


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-25 02:00 -------
Actually what is happening here is that abnormal edges are put into their own basic 
block which is done on purpose to speed up the compiler's DCE and DOM, I do not think 
this was not done on acident, it was done as part of a design of the pass which causes 
this.  I think this will be fixed on the tree-ssa though iff Steven B.'s DCE goes in.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]