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