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/core/app-mgr/app-manager
Wenyong Huang db695fada4
Implement XIP feature and enable ARC target support (#694)
Implement XIP (Execution In Place) feature for AOT mode to enable running the AOT code inside AOT file directly, without memory mapping the executable memory for AOT code and applying relocations for text section. Developer can use wamrc with "--enable-indirect-mode --disable-llvm-intrinsics" flags to generate the AOT file and run iwasm with "--xip" flag. Known issues: there might still be some relocations in the text section which access the ".rodata" like sections.

And also enable ARC target support for both interpreter mode and AOT mode.

Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
2021-08-12 17:44:39 +08:00
..
platform Fix zephyr samples build issue caused by zephyr kernel API update (#232) 2020-04-13 07:46:16 +08:00
app_manager_host.c Fix app manager fail to install large app file issue (#555) 2021-03-03 20:19:24 +08:00
app_manager_host.h Relicense to Apache-2.0 with the LLVM-exception (#137) 2019-11-12 07:45:21 +08:00
app_manager.c Fix app manager fail to install large app file issue (#555) 2021-03-03 20:19:24 +08:00
app_manager.h re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00
app_mgr.cmake Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
ble_msg.c Re-org memory allocation interfaces, add --stack-size and --heap-size option (#193) 2020-03-10 19:54:44 +08:00
coding_rule.txt Import app manager, samples and test-tools 2019-05-17 17:15:25 +08:00
event.c Re-org memory allocation interfaces, add --stack-size and --heap-size option (#193) 2020-03-10 19:54:44 +08:00
event.h Relicense to Apache-2.0 with the LLVM-exception (#137) 2019-11-12 07:45:21 +08:00
message.c Fix some compilation warnings and add esp-idf platform for experiment (#454) 2020-11-30 16:03:51 +08:00
module_config.h Relicense to Apache-2.0 with the LLVM-exception (#137) 2019-11-12 07:45:21 +08:00
module_jeff.c re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00
module_jeff.h Relicense to Apache-2.0 with the LLVM-exception (#137) 2019-11-12 07:45:21 +08:00
module_utils.c Fix timer setTimeout issue and some coding style issues (#459) 2020-12-04 18:07:52 +08:00
module_wasm_app.c Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +08:00
module_wasm_app.h Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +08:00
module_wasm_lib.c Relicense to Apache-2.0 with the LLVM-exception (#137) 2019-11-12 07:45:21 +08:00
module_wasm_lib.h Relicense to Apache-2.0 with the LLVM-exception (#137) 2019-11-12 07:45:21 +08:00
resource_reg.c Fix app manager fail to install large app file issue (#555) 2021-03-03 20:19:24 +08:00
watchdog.c Enable SIMD by default for wamrc and iwasm (#559) 2021-03-06 21:30:14 +08:00
watchdog.h Enable SIMD by default for wamrc and iwasm (#559) 2021-03-06 21:30:14 +08:00