register-allocator


Vocabulary
compiler.cfg.register-allocation

Variable description
The allocator used by CFG finalization. An unset value or f selects linear-scan-allocator. Bind this variable around compilation to compare allocators without changing the process default. Existing compiled code is unaffected.

Definition