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

Re: -O0 dead code


> So how do people feel about the notion of dead code elimination at -O0?
> If we exclude the bits that that detect dead stores, we shouldn't be
> affecting any user-visible state, since all user variables live in
> memory at -O0.

No, not variables that habe been explicitly assigned to a particular register.

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