Optimize operations on smaller types
Open
planned
- Dominant language
- C++
- Stars
- 169
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
The optimizer should use less registers for values where it can infer that they need less than 256 bits. We should potentially also revisit the code that is generated for e.g. 256 bit multiplication such that it is efficient for small values and that branch prediction is correct.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.