Files
rust/compiler
Erik Desjardins 50f6a9ed87 use unchecked mul to compute slice sizes
...since slice sizes can't signed wrap

see https://doc.rust-lang.org/std/slice/fn.from_raw_parts.html

> The total size len * mem::size_of::<T>() of the slice must be no larger than isize::MAX.
2022-06-14 17:09:07 -04:00
..
2022-06-03 17:16:41 -04:00
2022-06-10 08:35:03 +10:00
2022-06-02 11:22:16 +10:00
2022-06-10 08:35:03 +10:00
2022-06-03 17:16:41 -04:00
2022-06-11 16:38:48 -07:00
2022-06-10 11:58:29 +10:00
2022-05-26 13:14:24 +02:00
2022-06-08 09:24:03 +10:00
2022-06-03 17:16:41 -04:00
2022-06-08 09:24:03 +10:00
2022-06-10 11:58:29 +10:00
2022-06-10 11:58:29 +10:00
2022-06-03 17:16:41 -04:00
2022-06-10 11:58:29 +10:00
2022-06-03 17:16:41 -04:00
2022-06-08 09:24:03 +10:00
2022-06-10 08:35:03 +10:00