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/34940] contained subroutines called only once are not inlined


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

--- Comment #12 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-11-10 22:53:46 UTC ---
Note that the IO block escapes and thus cannot be coalesced with others in
the same function.  I had a frontend patch to re-use the same IO struct
across multiple calls but that was rejected on the grounds of future
implementation of async IO.


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