This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Increasing minimum GC allocation
- To: Zack Weinberg <zackw at stanford dot edu>
- Subject: Re: Increasing minimum GC allocation
- From: Richard Henderson <rth at redhat dot com>
- Date: Thu, 31 May 2001 14:05:40 -0700
- Cc: gcc-patches at gcc dot gnu dot org
- References: <20010530215942.M1488@stanford.edu>
On Wed, May 30, 2001 at 09:59:42PM -0700, Zack Weinberg wrote:
> - 2, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4,
> + 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4,
Better, make the minimum 2*sizeof(void*), or perhaps
more accurately, sizeof (struct rtx_def).
r~