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]
Other format: [Raw text]

Re: APPEAL to steering committee: [Bug target/23605] memset() Optimization on x86-32 bit


On Sun, Aug 28, 2005 at 04:29:56PM -0700, Ian Lance Taylor wrote:
> In the meantime, I think there may be a bug here, in that memset is
> open coded for the i386 at -O0.  That doesn't make sense to me; e.g.,
> it prevents setting a breakpoing on memset.

This, IMO, has nothing to do with i386.  If we don't want to open-code
memset at -O0, we should have avoided transforming this such that we
call to clear_storage in the first place.


r~


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