roc/crates/compiler/mono
Folkert 48fa4f7a8e
When possible, prefer NonNullableUnwrapped over NullableWrapped
e.g. in the scenario of `[ A Str, B, C, D ]`, rather than having one tag be nullable, we want
to store the tag id in the pointer. This generally saves 8 bytes for
every allocation, and prevents an allocations for all tags except A.
2023-07-16 20:06:46 +02:00
..
src When possible, prefer NonNullableUnwrapped over NullableWrapped 2023-07-16 20:06:46 +02:00
Cargo.toml changes after review 2023-06-24 14:49:57 +02:00