snazzy-d / sdc

The Snazzy D Compiler
MIT License
246 stars 55 forks source link

Pack region metadata into bitfield. #354

Closed dsm9000 closed 8 months ago

dsm9000 commented 8 months ago

Depends on https://github.com/snazzy-d/sdc/pull/351 . Trims down Region struct by another 64 bits.

deadalnix commented 8 months ago

There are no tests. Tests are the way we ensure this works as expected, not adding a ton of masking operation which do not seems to be doing anything in practice.