[MPlayer-dev-eng] [PATCH] make cache2.c readable
Rich Felker
dalias at aerifal.cx
Mon Sep 11 17:44:06 CEST 2006
On Mon, Sep 11, 2006 at 12:10:43PM +0300, Uoti Urpala wrote:
> On Mon, 2006-09-11 at 01:27 -0400, Rich Felker wrote:
> > Nonetheless they are not equivalent in any real world compiler.
> > (Explicitly) initialized data (even if it's 0) goes in data segment.
> > Implicitly zero data goes in bss. This IS a change to the code for
>
> This doesn't seem to be true, gcc puts a zero static variable in bss
> whether the initialization is explicit or implicit.
Ah, lovely.. Stupid gcc developers.
Rich
More information about the MPlayer-dev-eng
mailing list