Closed Absolucy closed 8 months ago
go go gadget self-merge
ignore my brainfart, it works with 1633, not just 1632
What's the #[inline(never)]
for?
prolly not needed, but the idea was just like, it should just be a check and then an immediate jump to the correct version on the func. prolly me just overthinking things, tho.
i feel like marking a single field access as non-inline is the most against-the-grain premature optimization i've ever seen but i'm not gonna change it
Credit to @Dimach for most of this; I just optimized the union stuff a bit and am going to push a release
Proof(?)