Control-flow simplification

Issue #108 resolved
Michael Eichberg repo owner created an issue

Simplify the control flow of code that contains goto chains (a goto jumps to yet another goto) or (if, goto) pairs.

It seems that in the vast majority of cases goto chains are always forward jumping.

Comments (1)

  1. Log in to comment