mirror of
https://github.com/nim-lang/Nim.git
synced 2026-09-02 20:03:45 +00:00
Specialize `rawAlloc` for alignment (cherry-picked from the other PR). This cuts the frame of the normal unaligned path down enough to regain the performance lost from loading the cold page in #26110 Also cleans up `MemRegion` a bit, the regressions are either gone or were measurement errors.