This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/product-mini/platforms/zephyr/simple
Wenyong Huang c70e1ebc3d
Avoid generating some unused LLVM IRs (#1696)
Refine the generated LLVM IRs at the beginning of each LLVM AOT/JIT function
to fasten the LLVM IR optimization:
- Only create argv_buf if there are func calls in this function
- Only create native stack bound if stack bound check is enabled
- Only create aux stack info if there is opcode set_global_aux_stack
- Only create native symbol if indirect_mode is enabled
- Only create memory info if there are memory operations
- Only create func_type_indexes if there is opcode call_indirect
2022-11-14 14:32:35 +08:00
..
boards Simplify build setup for zephyr (#789) 2021-10-15 20:15:17 +08:00
src Normalize how the global heap pool is configured across iwasm apps (#1628) 2022-10-25 21:36:24 +08:00
build_and_run.sh Fix Windows compilation warnings (#1171) 2022-05-16 09:12:58 +08:00
CMakeLists.txt Avoid generating some unused LLVM IRs (#1696) 2022-11-14 14:32:35 +08:00
esp32_custom_linker.ld Add xtensa AOT support and fix build issue of alios (#223) 2020-04-01 18:38:42 +08:00
README_docker.md Update Zephyr document, add esp32c3 and particle_argon support(#920) 2021-12-29 10:05:27 +08:00