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 c++/52067] force sibling call optimization


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

--- Comment #2 from trashyankes at wp dot pl 2012-01-31 17:04:10 UTC ---
(In reply to comment #1)
> I suppose you would want to annotate a specific call, not necessarily _all_
> calls to loop (those from main).

Im interested in calls from `loop<T>(int)`. I want guarantee that all
`return something_else();` calls in function to be sibling calls.


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