Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | when statements branches exit early (#17143) | Saem Ghani | 2021-02-22 | 2 | -0/+71 |
When statement branches exit early outside of nimvm. In nimvm it seems that all sides of the branches must be evaluated as the code gen happens at a later stage, this remains intact. |