Research how to allow "undefined behaviour" in llvm
Open
- Dominant language
- C++
- Stars
- 169
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
The notion of "undefined behaviour" is a big opportunity for optimizers to do their work.
For example the content of memory in case of an out-of-gas exception should be undefined and so the optimizer might remove some memory writes if it can already anticipate that we will run out of gas in a later instruction.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.