Re: [PATCH v3 0/6] Runtime allocation of memory regions

2021-08-31 Thread Daniel Axtens
> The question is how to measure performance. Are there any benchmarks > that result in somewhat reproducible results? I don't know. I was going to see what the speed of `cat foo.gz` is for various sizes of file because that seems like it would do a reasonable amount of stressing of the allocator

Re: [PATCH v3 0/6] Runtime allocation of memory regions

2021-08-30 Thread Patrick Steinhardt
On Mon, Aug 30, 2021 at 07:49:07PM +0200, Daniel Kiper wrote: > On Fri, Aug 27, 2021 at 01:39:05PM +1000, Daniel Axtens wrote: > > Daniel Kiper writes: > > > > > Hey, > > > > > > Adding Daniel Axtens... > > > > > > On Sun, Aug 15, 2021 at 01:09:06PM +0200, Patrick Steinhardt wrote: > > >> Hi, > >

Re: [PATCH v3 0/6] Runtime allocation of memory regions

2021-08-30 Thread Daniel Kiper
On Fri, Aug 27, 2021 at 01:39:05PM +1000, Daniel Axtens wrote: > Daniel Kiper writes: > > > Hey, > > > > Adding Daniel Axtens... > > > > On Sun, Aug 15, 2021 at 01:09:06PM +0200, Patrick Steinhardt wrote: > >> Hi, > >> > >> this is the third version of my patch set to implement runtime > >> alloca

Re: [PATCH v3 0/6] Runtime allocation of memory regions

2021-08-26 Thread Daniel Axtens
Daniel Kiper writes: > Hey, > > Adding Daniel Axtens... > > On Sun, Aug 15, 2021 at 01:09:06PM +0200, Patrick Steinhardt wrote: >> Hi, >> >> this is the third version of my patch set to implement runtime >> allocation of additional memory regions. >> >> Changes compared to v2: >> >> - A new p

Re: [PATCH v3 0/6] Runtime allocation of memory regions

2021-08-26 Thread Daniel Kiper
Hey, Adding Daniel Axtens... On Sun, Aug 15, 2021 at 01:09:06PM +0200, Patrick Steinhardt wrote: > Hi, > > this is the third version of my patch set to implement runtime > allocation of additional memory regions. > > Changes compared to v2: > > - A new preparatory patch was added to remove un