mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 09:37:22 +03:00
Optimize rtree_get().
Specialize fast path to avoid code that cannot execute for dependent loads. Manually unroll.
This commit is contained in:
parent
18903c592f
commit
6c460ad91b
3 changed files with 134 additions and 35 deletions
|
|
@ -14,6 +14,7 @@
|
|||
malloc_write("<jemalloc>: Unreachable code reached\n"); \
|
||||
abort(); \
|
||||
} \
|
||||
unreachable(); \
|
||||
} while (0)
|
||||
|
||||
#define not_implemented() do { \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue