wasm-micro-runtime/core/iwasm
Wenyong Huang bb9c9a6395
Refine fast jit backend translation of IR lookupswitch (#1264)
If the branches of lookupswitch is relatively big, lookup the dst
label address to jump from the address table but not compare
the value of branch one by one.
2022-07-08 12:29:21 +08:00
..
aot Enable dump call stack to a buffer (#1244) 2022-06-25 21:38:43 +08:00
common Merge main into dev/fast_jit 2022-06-28 23:58:18 +08:00
compilation Enable aot compiler with llvm-14/15 (#1252) 2022-06-28 14:53:01 +08:00
fast-jit Refine fast jit backend translation of IR lookupswitch (#1264) 2022-07-08 12:29:21 +08:00
include Enable dump call stack to a buffer (#1244) 2022-06-25 21:38:43 +08:00
interpreter Merge main into dev/fast_jit 2022-06-28 23:58:18 +08:00
libraries Fix macro redifinition warning for NuttX (#1250) 2022-06-26 10:06:34 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00