wasm-micro-runtime/core
Wenyong Huang 30cb05f223
Refine llvm pass order (#948)
Put Vectorize passes before GVN/LICM passes as normally the former
gains more performance improvement and the latter might break the
optimizations for the former. Can improve performance of several
sightglass cases.

And don't check exception throw after calling an AOT function if it is
and recursive call, similar to handing of Spec tail call opcode.
2022-01-12 18:56:56 +08:00
..
app-framework Fix sensor framework timer issue and update sensor sample (#917) 2021-12-28 08:44:19 +08:00
app-mgr Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
deps Import SIMD feature and add some workload samples (#438) 2020-11-05 18:15:15 +08:00
iwasm Refine llvm pass order (#948) 2022-01-12 18:56:56 +08:00
shared GetCurrentThreadStackLimits dynamically for Windows platform (#939) 2022-01-07 17:00:38 +08:00
config.h Disable source debugging by default (#804) 2021-10-26 18:52:30 +08:00