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/iwasm/compilation
wenyongh ee315e4049
Implement memory access bound check with hardware trap for 64-bit platforms (#293)
Also implement native stack overflow check with hardware trap for 64-bit platforms
Refine classic interpreter and fast interpreter to improve performance
Update document
2020-06-28 15:41:25 +08:00
..
aot_compiler.c Implement multi-module feature and bulk-memory feature (#271) 2020-06-02 14:53:06 +08:00
aot_compiler.h Change llvm void pointer to i8 pointer to avoid assert failed (#250) 2020-05-08 13:40:04 +08:00
aot_emit_aot_file.c Implement multi-module feature and bulk-memory feature (#271) 2020-06-02 14:53:06 +08:00
aot_emit_compare.c Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
aot_emit_compare.h Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
aot_emit_const.c Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
aot_emit_const.h Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
aot_emit_control.c Refine aot memory boundary check, add more llvm passes (#236) 2020-04-22 18:43:50 +08:00
aot_emit_control.h Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
aot_emit_conversion.c Implement post-MVP features and native stack overflow check (#243) 2020-04-30 17:52:11 +08:00
aot_emit_conversion.h Implement post-MVP features and native stack overflow check (#243) 2020-04-30 17:52:11 +08:00
aot_emit_exception.c Implement post-MVP features and native stack overflow check (#243) 2020-04-30 17:52:11 +08:00
aot_emit_exception.h Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
aot_emit_function.c Implement memory access bound check with hardware trap for 64-bit platforms (#293) 2020-06-28 15:41:25 +08:00
aot_emit_function.h Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
aot_emit_memory.c Implement memory access bound check with hardware trap for 64-bit platforms (#293) 2020-06-28 15:41:25 +08:00
aot_emit_memory.h Implement multi-module feature and bulk-memory feature (#271) 2020-06-02 14:53:06 +08:00
aot_emit_numberic.c Implement post-MVP features and native stack overflow check (#243) 2020-04-30 17:52:11 +08:00
aot_emit_numberic.h Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
aot_emit_parametric.c Re-org memory allocation interfaces, add --stack-size and --heap-size option (#193) 2020-03-10 19:54:44 +08:00
aot_emit_parametric.h Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
aot_emit_variable.c Refine aot memory boundary check, add more llvm passes (#236) 2020-04-22 18:43:50 +08:00
aot_emit_variable.h Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
aot_llvm.c Implement memory access bound check with hardware trap for 64-bit platforms (#293) 2020-06-28 15:41:25 +08:00
aot_llvm.h Implement memory access bound check with hardware trap for 64-bit platforms (#293) 2020-06-28 15:41:25 +08:00
aot.c Implement multi-module feature and bulk-memory feature (#271) 2020-06-02 14:53:06 +08:00
aot.h Implement multi-module feature and bulk-memory feature (#271) 2020-06-02 14:53:06 +08:00
iwasm_compl.cmake Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00