This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: overhaul of anonymous mmap detection
On Sat, Jan 13, 2001 at 02:48:23PM -0800, Richard Henderson wrote:
> On Sat, Jan 13, 2001 at 12:59:13PM -0800, Zack Weinberg wrote:
> > I don't follow. It seems to me that anything in the GC arena is of no
> > interest to purify by definition.
>
> With ggc-simple, we have one allocation per rtx or tree object.
> Thus purify can do bounds checking those objects.
I didn't know purify did bounds checking as well as leak detection.
Okay.
zw