This is the mail archive of the gcc-patches@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]

Re: [tree-ssa] Improve jump threading


In message <Pine.LNX.4.58.0312140050290.1841@D209.suse.de>, Gerald Pfeifer writ
es:
 >> Expect more improvement to come now that the major blocker to progress
 >> has been lifted....
 >
 >Some nice Christmas presents for me? :-)
Nope.  The next round of patches aren't designed to address memory consumption
issues.  Sorry.

I'm hoping to solve the remaining issues related to jump threading targets
themselves having PHI nodes, which will give the threader a noteworthy
number of additional jumps it can thread.  Any memory savings would come
from things like being able to collect memory for more dead statements
and the like -- secondary effects, and I'd expect them to be small.




Jeff



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