bytecodealliance / lucet

Lucet, the Sandboxing WebAssembly Compiler.
Apache License 2.0
4.07k stars 164 forks source link

Instruction counting: handle br_table backedges. #642

Closed cfallin closed 3 years ago

cfallin commented 3 years ago

Previously, we did not insert instruction count flush/check sequences on backedges if they arose from a br_table instruction. This patch ensures that we check the instruction count in such a case.