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: Automaticly eliminating redundant zero initialisers


> On Mon, 1 May 2000, Tigran Aivazian wrote:
> > oops, I just realised you are asking for something slightly different.
> > What I meant is that you can now safely ignore zero-initializers because
> > BSS is zero-cleared by the kernel explicitly.
> 
> *The* kernel does not exist. Not all of the world is Linux.

Zero clearing the undefined global variables is part of the C language standard
Some ancient (<< 1.0 ) Linux stuff didnt do so


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