On Wed, Nov 20, 2024 at 10:19:13AM +0100, Richard Biener wrote:
> On Tue, Nov 19, 2024 at 5:46 PM Lewis Hyatt wrote:
> >
> > On Tue, Nov 19, 2024 at 9:59 AM Richard Biener
> > wrote:
> > >
> > > On Sun, Nov 17, 2024 at 4:28 AM Lewis Hyatt wrote:
> > > >
> > > > Currently, when we allocate a gphi
On Tue, Nov 19, 2024 at 5:46 PM Lewis Hyatt wrote:
>
> On Tue, Nov 19, 2024 at 9:59 AM Richard Biener
> wrote:
> >
> > On Sun, Nov 17, 2024 at 4:28 AM Lewis Hyatt wrote:
> > >
> > > Currently, when we allocate a gphi object, we round up the capacity for
> > > the
> > > trailing arguments array
On Tue, Nov 19, 2024 at 9:59 AM Richard Biener
wrote:
>
> On Sun, Nov 17, 2024 at 4:28 AM Lewis Hyatt wrote:
> >
> > Currently, when we allocate a gphi object, we round up the capacity for the
> > trailing arguments array such that it will make full use of the page size
> > that ggc will allocate
On Sun, Nov 17, 2024 at 4:28 AM Lewis Hyatt wrote:
>
> Currently, when we allocate a gphi object, we round up the capacity for the
> trailing arguments array such that it will make full use of the page size
> that ggc will allocate. While there is also an explicit minimum of 2
> arguments, in prac
Currently, when we allocate a gphi object, we round up the capacity for the
trailing arguments array such that it will make full use of the page size
that ggc will allocate. While there is also an explicit minimum of 2
arguments, in practice after rounding to the ggc page size there is always
room