Check that smaller types are used for loop variables
Open
planned
- Dominant language
- C++
- Stars
- 169
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
In a loop of the form
```
for (uint i = 0; i < 100; i++) {
...
}
```
the jit should generate code that uses a regular register for i.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.