Yinan Zhang
05681e387a
Optimize cache_bin_alloc_easy for malloc fast path
...
`tcache_bin_info` is not accessed on malloc fast path but the
compiler reserves a register for it, as well as an additional
register for `tcache_bin_info[ind].stack_size`. The optimization
gets rid of the need for the two registers.
2019-10-21 16:43:45 -07:00
..
2019-09-23 23:06:27 -07:00
2019-09-23 23:06:27 -07:00
2018-07-23 13:37:08 -07:00
2019-09-23 23:06:27 -07:00
2019-09-23 23:06:27 -07:00
2017-04-18 19:01:04 -07:00
2018-07-12 20:53:06 -07:00
2019-10-02 11:42:53 -07:00
2017-12-21 14:25:43 -08:00
2019-09-23 23:06:27 -07:00
2019-09-23 23:06:27 -07:00
2019-04-04 13:49:37 -07:00
2019-09-23 23:06:27 -07:00
2017-04-11 11:52:30 -07:00
2018-06-27 13:39:02 -07:00
2019-04-08 10:59:05 -07:00
2019-10-21 16:43:45 -07:00
2019-09-23 23:06:27 -07:00
2017-07-22 09:38:19 -07:00
2019-08-09 09:44:29 -07:00
2017-05-31 13:08:45 -07:00
2018-11-28 15:17:02 -08:00
2017-05-23 12:26:20 -07:00
2018-11-09 14:14:49 -08:00
2017-04-11 11:52:30 -07:00
2019-10-04 08:52:50 -07:00
2019-10-18 10:16:29 -07:00
2019-10-16 09:24:52 -07:00
2018-07-09 21:40:42 -07:00
2019-04-15 16:48:12 -07:00
2018-10-15 08:24:12 -07:00
2019-10-18 10:16:29 -07:00
2019-09-23 23:06:27 -07:00
2019-09-13 12:32:29 -07:00
2018-05-18 11:43:03 -07:00
2017-04-11 11:52:30 -07:00
2019-04-16 11:07:15 -07:00
2017-05-24 15:27:30 -07:00
2017-07-10 18:17:12 -07:00