This allows LLVM to optimize comparisons to zero before & after the multiplication into one, saving on code size and eliminating an (always true) branch from most Vec allocations. |
||
|---|---|---|
| .. | ||
| global.rs | ||
| layout.rs | ||
| mod.rs | ||
This allows LLVM to optimize comparisons to zero before & after the multiplication into one, saving on code size and eliminating an (always true) branch from most Vec allocations. |
||
|---|---|---|
| .. | ||
| global.rs | ||
| layout.rs | ||
| mod.rs | ||