[PATCH] factor out generic (de)initialization of ANTIC and AVAIL in PRE

Daniel Berlin dberlin@dberlin.org
Sat Jun 21 08:36:00 GMT 2008


On Fri, Jun 20, 2008 at 7:53 PM, H.J. Lu <hjl.tools@gmail.com> wrote:
> Hi,
>
> I saw this on Linux/Inte64 with C only. I am testing this


Err this patch would be clearly wrong, it would simply cause us to leak memory.

The right thing to do is to move it up above:
  bitmap_obstack_release (&grand_bitmap_obstack);



More information about the Gcc-patches mailing list