9d6c251881
The goal here is to avoid requiring a division or multiplication to compare against the length. The bounds check previously used an incorrect micro-optimization to replace the division by a multiplication, but now neither is necessary *for slices*. Unique/managed vectors will have to do a division to get the length until they are reworked/replaced. |
||
---|---|---|
.. | ||
atomics.rs | ||
dynamic_lib.rs | ||
extfmt.rs | ||
finally.rs | ||
intrinsics.rs | ||
lang.rs | ||
mod.rs | ||
raw.rs | ||
simd.rs | ||
sync.rs |