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/14706] [tree-ssa] range checks should be merged.


------- Additional Comments From kazu at cs dot umass dot edu  2004-04-04 16:29 -------
Speaking of "should only happen right before ...", we may want to
disable the range merging code in fold() because that tends to create
temporaries (after we have the ability to merge ranges in tree-ssa).
AFAIK, the more temporaries we have, the more memory usage, the fewer
jump threading opportunities, etc.


-- 


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


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