diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-05-28 14:28:07 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-05-28 23:00:47 -0700 |
commit | 5987486862b8c989452bc62d359168a5686b462e (patch) | |
tree | 4b8aa541eb7bbf614619d49723ddea6198163689 /085scenario_console.cc | |
parent | ec7c8c8b7434f498098c6b3417bb9c47d5b12881 (diff) | |
download | mu-5987486862b8c989452bc62d359168a5686b462e.tar.gz |
3887 - clean up early exits in interpreter loop
It's always confusing when `break` refers to a `switch` but `continue` refers to the loop around the `switch`. But we've done ugly things like this and `goto` for expedience. However, we're starting to run into cases where we now need to insert code at every `continue` or `continue`-mimicking `goto` inside the core interpreter loop. Better to make the loop single-entry-single-exit. Common things to run after every instruction will now happen inside the `finish_instruction` function rather than at the `finish_instruction` label.
Diffstat (limited to '085scenario_console.cc')
0 files changed, 0 insertions, 0 deletions