Skip to content
Commit f4a0f32d authored by Qi Wang's avatar Qi Wang Committed by Jason Evans
Browse files

Fast-path improvement: reduce # of branches and unnecessary operations.

- Combine multiple runtime branches into a single malloc_slow check.
- Avoid calling arena_choose / size2index / index2size on fast path.
- A few micro optimizations.
parent 710ca112
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment