Closed stolsvik closed 2 years ago
If the lastStage is just returning whatever it got in, then it is useless. This could be optimzed away.
But this would probably be identical to goto(..), will it not? Like #21 and #22..
Should probably introduce a new "lastStage" to make this fly nicely, e.g. "tailStage"
Should probably change the "lastStage" to "returnStage" then... Or not, because you can return from any stage.
If the lastStage is just returning whatever it got in, then it is useless. This could be optimzed away.
But this would probably be identical to goto(..), will it not? Like #21 and #22..
Should probably introduce a new "lastStage" to make this fly nicely, e.g. "tailStage"
Should probably change the "lastStage" to "returnStage" then... Or not, because you can return from any stage.