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 tree-optimization/34708] Inlining heuristics issue



------- Comment #7 from hubicka at ucw dot cz  2008-01-08 12:22 -------
Subject: Re:  Inlining heuristics issue

With some experimentation, the PHI change makes the costs to go up in
quite weird ways not taking into account that most of PHIs are
elliminated by coalescing.  So I will stay with the SWITCH cost * 2
approach.

Honza


-- 


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


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