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/27810] inefficient gimplification of function calls



------- Comment #3 from dann at godzilla dot ics dot uci dot edu  2006-06-20 19:09 -------
More data: for PR8361 the number of functions in the .gimple dump is 5045, the
number of functions in the cleanup_cfg dump is 1341. The majority of the
functions that are eliminated are small functions, for those the extra overhead
due to inefficiencies in gimplification is significant. Maybe the people
interested in compilation speed at -O0 (especially for C++) want to take a look
at this and the related PRs...


-- 


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


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