The fallback code tends to be just a GOTO to the root state's entry code. (Maybe it should always be just a GOTO to the root state's entry code). This leads to a double GOTO, which is notably wasteful in nodes that only have one transition.
It would be nice to remove this.
The fallback code tends to be just a GOTO to the root state's entry code. (Maybe it should always be just a GOTO to the root state's entry code). This leads to a double GOTO, which is notably wasteful in nodes that only have one transition.
It would be nice to remove this.