TIR: Reduce the size of `PatArgId` and `ArgId`, and `SomeArgId`
Open
performance
semantic-analysis
- Dominant language
- Rust
- Stars
- 28
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Currently the sizes of `PatArgId`, `ArgId` are 16bytes which is excessively large, they can both probably be shrunk down to 8bytes. Similarly, `SomeArgId` takes up a whopping 24bytes, we could probably get away with it being half that size!
Contributor guide
Assessment
This issue has not been assessed yet.