wasm-micro-runtime/core/iwasm
YAMAMOTO Takashi 1f89e446d9
Avoid switch lowering to lookup tables for XIP (#2339)
Because it involves relocations for the table. (.Lswitch.table.XXX)

Discussions: https://github.com/bytecodealliance/wasm-micro-runtime/issues/2316
2023-07-04 16:48:32 +08:00
..
aot Make memory access boundary check behavior configurable (#2289) 2023-07-04 16:21:30 +08:00
common Make memory access boundary check behavior configurable (#2289) 2023-07-04 16:21:30 +08:00
compilation Avoid switch lowering to lookup tables for XIP (#2339) 2023-07-04 16:48:32 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit Implement Fast JIT multi-threading feature (#2134) 2023-04-20 10:09:34 +08:00
include Make memory access boundary check behavior configurable (#2289) 2023-07-04 16:21:30 +08:00
interpreter Make memory access boundary check behavior configurable (#2289) 2023-07-04 16:21:30 +08:00
libraries Increase default native stack size (#2332) 2023-07-03 21:02:10 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00