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: Live range splitting in new allocator


<<Well, it would be better than what currently exists... as far as I knowm
uninitialized locals tend to have value zero with -O0, which curiously enough,
tends to hide many more bugs than any possible other choice...
>>

Not so curious, since 0 is often a meaningful value. That corresponds
to our epxerience as well.

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