This is the mail archive of the gcc-patches@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]

Re: [Ada] Macro-ize a couple of wrappers


> Out of curiosity was the performance gain measurable?

No idea, I didn't measure it.

> I would have assumed inlining would do a good job
> on code like the following:

Nothing is inlined here at -O2, this would duplicate a big function.  And a 
sibling call is not possible (on the x86) because of the boolean arguments.

-- 
Eric Botcazou


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