Qi Wang 7599c82d48 Redesign the cache bin metadata for fast path.
Implement the pointer-based metadata for tcache bins --
- 3 pointers are maintained to represent each bin;
- 2 of the pointers are compressed on 64-bit;
- is_full / is_empty done through pointer comparison;

Comparing to the previous counter based design --
- fast-path speed up ~15% in benchmarks
- direct pointer comparison and de-reference
- no need to access tcache_bin_info in common case
2019-08-19 12:21:44 -07:00
..
2018-07-23 13:37:08 -07:00
2017-04-18 19:01:04 -07:00
2018-07-12 20:53:06 -07:00
2019-07-23 22:18:55 -07:00
2018-06-27 13:39:02 -07:00
2018-08-01 13:27:11 -07:00
2019-08-09 09:44:29 -07:00
2017-05-23 12:26:20 -07:00
2019-08-07 19:48:28 -07:00
2019-08-12 13:59:50 -07:00
2019-08-07 19:48:28 -07:00
2018-07-09 21:40:42 -07:00
2018-10-15 08:24:12 -07:00
2019-08-12 13:59:50 -07:00
2019-04-16 11:07:15 -07:00