[MPlayer-dev-eng] [PATCH] make cache2.c readable

Uoti Urpala uoti.urpala at pp1.inet.fi
Mon Sep 11 11:10:43 CEST 2006


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.




More information about the MPlayer-dev-eng mailing list