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]

Re: target/6882: [SPARC] Useless stack adjustment code


> No, it seems a valid optimization request to not emit the
> stack-adjustment code.  Could you find a *specific* reason for
> the stack-adjustment code?  (Please state that in the PR.)

No, I don't see a "specific" reason. But:
- functions from the same translation unit that call it (and that appear 
after it in normal mode, but the restriction is lifted with 
-funit-at-a-time) don't actually emit the call,
- would the benefit be worth it in real life, given that the costly operation 
is to call the function itself (for nothing)? I think the real optimization 
is not to emit the call at all.

-- 
Eric Botcazou


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