proposal: compiler/emitter: optimize if statements with constant condition #876
Labels
emitter/builder
Related to VM's emitter and builder
improvement
An optional improvement
proposal
Proposal-Accepted
We may optimize the if statements that have constant expression as condition.
For example:
may be replaced by:
while:
may be skipped by the emitter.
The text was updated successfully, but these errors were encountered: