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 debug/44694] [4.5/4.6 Regression] Long var tracking compile time of GiNaC tests



------- Comment #5 from jakub at gcc dot gnu dot org  2010-06-29 06:28 -------
The extremely long location lists are caused mainly by reverse_op created
equivalences.  Wonder whether we shouldn't on RHS replace sp and sp + const_int
with framep and framep + const_int even outside of memory addresses and of
course not do reverse_op if the register is framep - the framep is always
computable, so it isn't useful to reverse it.


-- 


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


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