Skip to content

Draft: cmm: Drop LongReg GlobalRegs

Ben Gamari requested to merge wip/drop-long-reg into master

The L1 register is not mapped to a machine register on any platform that we currently support. Moreover, it is quite specific to 32-bit platforms, which are increasingly uncommon. Consequently, it doesn't really make sense to carry around the infrastructure for this register.

Edited by Andreas Klebinger

Merge request reports