-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is useful in the in-progress Cranelift glue in particular, where we wrap `Operand` and `Allocation` together in one 32-bit union, using the MSB to disambiguate. In the `Allocation` case, we still want to carry def/use info so we can tell reads and writes apart for machine-code-level analyses. So stealing an extra bit from `Allocation` is necessary; this just reduces our stack-slot limit to 2^28 slots, which should be no problem.
- Loading branch information
Showing
1 changed file
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters