------- Comment #44 from pinskia at gcc dot gnu dot org 2008-02-01 22:55 ------- (In reply to comment #42) > I don't see how to track the TER and inlining limits issue with current > organization of compiler. It is probably GCC-4.4 thing if we get lucky.
I rather not have TER changed, because I will make a mention the register pressure issues is really because our RA is not able to deal with it correctly. Also people can write their code that way. TER in some cases can be thought about a scheduler and I will tell you pushing loads further up helps targets like PowerPC and others. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17863