|
|
|
|
|
by WalterBright
3926 days ago
|
|
One job is when auto-generating source code. It's much, much easier to generate a graph as a collection of blocks connected by various goto's and if statements. This does not adversely affect modern optimizers - they'll figure out the loops from the goto graph. At least the D compiler does. |
|