5a6cae18663a78110c55f6a08e5ede30676ab7d9
Change the `slots` field in `TypeContext` from a `Vec` to a `HashMap`. This allows for sparse local variable storage and avoids the need to pre-allocate for all slots, which is more efficient when not all locals are used.
Description
No description provided
Languages
Rust
100%