roc/crates/compiler/gen_llvm
Richard Feldman ada83561e5
Split ListLen into ListLenU64 and ListLenUsize
The usize one gets used internally for things like
pattern matches. This is both more efficient (means
they don't have to do unnecessary casts) and also
less error-prone due to e.g. comparing length to
capacity, which is usize.
2024-02-14 21:00:49 -05:00
..
src Split ListLen into ListLenU64 and ListLenUsize 2024-02-14 21:00:49 -05:00
Cargo.toml split up bitcode building to reduce dependency chains 2023-03-10 09:39:43 -08:00