ethereum / ethereum/evmjit

Check that smaller types are used for loop variables

Open
#40 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.