Re: optimization for chunk canaries

2016-10-11 Thread Theo Buehler
On Tue, Oct 11, 2016 at 12:33:59PM +0200, Otto Moerbeek wrote: > On Sat, Oct 08, 2016 at 06:40:00PM +0200, Otto Moerbeek wrote: > > > Hi, > > > > avoid recomping the offset by storing it in the chunk info, ok? > > anyone? Makes sense and I've been running this on my main laptop since Saturday.

Re: optimization for chunk canaries

2016-10-11 Thread Otto Moerbeek
On Sat, Oct 08, 2016 at 06:40:00PM +0200, Otto Moerbeek wrote: > Hi, > > avoid recomping the offset by storing it in the chunk info, ok? anyone? > > -Otto > > Index: stdlib/malloc.c > === > RCS file:

optimization for chunk canaries

2016-10-08 Thread Otto Moerbeek
Hi, avoid recomping the offset by storing it in the chunk info, ok? -Otto Index: stdlib/malloc.c === RCS file: /cvs/src/lib/libc/stdlib/malloc.c,v retrieving revision 1.199 diff -u -p -r1.199 malloc.c --- stdlib/malloc.c