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
..
2019-02-04 14:38:54 -08:00
2017-03-06 15:08:43 -08:00
2017-08-30 16:47:32 -07:00
2019-04-29 13:35:02 -07:00
2019-04-29 13:35:02 -07:00
2019-08-09 09:53:41 -07:00
2019-04-15 15:14:46 -07:00
2019-07-23 22:18:55 -07:00
2019-07-23 22:18:55 -07:00
2019-07-23 22:18:55 -07:00
2018-07-09 21:40:42 -07:00
2018-05-18 11:43:03 -07:00
2017-10-02 20:44:43 -07:00
2019-08-09 09:44:29 -07:00
2017-05-23 12:26:20 -07:00
2017-03-07 10:25:33 -08:00
2019-08-07 19:48:28 -07:00
2018-07-09 21:40:42 -07:00
2018-11-12 13:20:37 -08:00
2019-04-24 10:45:12 -07:00
2017-05-25 16:52:10 -07:00
2017-05-25 16:52:10 -07:00
2017-10-04 18:37:23 -07:00
2019-02-20 20:27:55 -08:00
2018-10-18 08:32:19 -07:00
2018-07-09 21:40:42 -07:00
2019-04-16 11:07:15 -07:00
2019-08-05 15:30:20 -07:00
2017-04-24 15:02:45 -07:00
2018-08-01 13:27:11 -07:00