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 middle-end/27733] [4.1/4.2 Regression] Large compile time regression



------- Comment #16 from sje at cup dot hp dot com  2006-06-08 15:50 -------
Bizarre, I could swear that when I first tried your fix I got a call to
__muldi3, but I just updated expmed.c, reran the test case and I got the same
inlined sequence that I got before the patch.  I think in the first case I had
reduced the cost of MULT on hppa64 and that is why I got the __divdi3 call.  I
put the MULT cost back to where it was and now I get the inline sequence.

In short, the compilation now takes 30 seconds instead of 15 minutes and I get
the same code.


-- 


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


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