Re: malloc: micro optimizations

2023-10-25 Thread Masato Asou
Hi, It works fine for me. ok asou@ -- ASOU Masato From: Otto Moerbeek Date: Wed, 25 Oct 2023 11:04:01 +0200 > Hi, > > a few micro-optimization, including getting rid of some statistics > that are not actualy very interesting. > > Speedup amounts to a few tenths of percents to a few percents,

malloc: micro optimizations

2023-10-25 Thread Otto Moerbeek
Hi, a few micro-optimization, including getting rid of some statistics that are not actualy very interesting. Speedup amounts to a few tenths of percents to a few percents, depending on how biased the benchmark is. -Otto Index: stdlib/malloc.c ===