[wasm] Fetch interpreter opcode info from the runtime instead of generating a table...
authorKatelyn Gadd <kg@luminance.org>
Mon, 8 May 2023 15:52:55 +0000 (08:52 -0700)
committerGitHub <noreply@github.com>
Mon, 8 May 2023 15:52:55 +0000 (08:52 -0700)
commitde33da01de70ec3338ef35e3d314c4f142886286
tree0a26025dbff7a99bce73fd8f353dec9aae60c69f
parentf437b2e4aad6b9d96253f3e3bd98924f213e0521
[wasm] Fetch interpreter opcode info from the runtime instead of generating a table (#85904)

* No longer generate a typescript opcode info table
* Fetch opcode info from the interpreter on-demand
src/mono/mono/mini/interp/interp-internals.h
src/mono/mono/mini/interp/interp.c
src/mono/wasm/runtime/cwraps.ts
src/mono/wasm/runtime/genmintops.py
src/mono/wasm/runtime/jiterpreter-opcodes.ts
src/mono/wasm/runtime/jiterpreter-trace-generator.ts
src/mono/wasm/runtime/jiterpreter.ts