A deeper look into the GCC Rust front-end
A deeper look into the GCC Rust front-end
Posted Oct 11, 2022 9:37 UTC (Tue) by josh (subscriber, #17465)In reply to: A deeper look into the GCC Rust front-end by farnz
Parent article: A deeper look into the GCC Rust front-end
The future things (e.g. alignment niches, or whole-null-page niches) are something the compiler doesn't support; delaying to incorporate those would involve new compiler implementation work. The compiler's existing support for niches already supports ranges, so I would expect it to be exactly as easy to support ranges as to support a single value.