Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[interp] Move label outside of main loop (#35778)
Wasm has control flow limitations which don't go well with gotos. Move label outside of main loop because it translates to very poor wasm code. Other gotos don't seem to negatively impact instruction dispatch code, so leave them alone, for now ..
- Loading branch information