|
|
|
|
|
by masklinn
722 days ago
|
|
> Duff is relying on the fact you're allowed to intermingle the switch block and the loop That's just a special case of being able to intermingle switch with arbitrary syntax, which is what TFA does, before it jumps to computed gotos. |
|
I think you really have to squint your eyes to see the similarities, beyond the general theme of exploiting the counterintuitive properties of switch statements.