Skip to content

rts: add -xr option to control two step allocator reserved space size

Cheng Shao requested to merge type-dance/ghc:mspace-size-rtsopts into master

This patch adds a -xr RTS option to control the size of virtual memory address space reserved by the two step allocator on a 64-bit platform, see added documentation for explanation. Closes #24498 (closed).

Merge request reports