David Goldblatt
|
0dcd576600
|
Edata cache: atomic fetch-add -> load-store.
The modifications to count are protected by a mutex; there's no need to use the
more costly version.
|
2020-03-12 11:58:09 -07:00 |
|
David Goldblatt
|
99b1291d17
|
Edata cache: add edata_cache_small_t.
This can be used to amortize the synchronization costs of edata_cache accesses.
|
2020-03-12 11:58:09 -07:00 |
|
David Goldblatt
|
c792f3e4ab
|
edata_cache: Remember the associated base_t.
This will save us some trouble down the line when we stop passing arena pointers
everywhere; we won't have to pass around a base_t pointer either.
|
2019-12-20 10:18:40 -08:00 |
|
David Goldblatt
|
7859184179
|
Pull out edata_t caching into its own module.
|
2019-12-20 10:18:40 -08:00 |
|