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 middle-end/65703] -fdefer-pop is not documented


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65703

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |egallager at gcc dot gnu.org

--- Comment #1 from Eric Gallager <egallager at gcc dot gnu.org> ---
I see documentation of its negative form:

-fno-defer-pop

    Always pop the arguments to each function call as soon as that function
returns. For machines that must pop arguments after a function call, the
compiler normally lets arguments accumulate on the stack for several function
calls and pops them all at once.

    Disabled at levels -O, -O2, -O3, -Os.

https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#Optimize-Options

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