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/doc
Wenyong Huang 7fd37190e8
Add control for the native stack check with hardware trap (#1682)
Add a new options to control the native stack hw bound check feature:
- Besides the original option `cmake -DWAMR_DISABLE_HW_BOUND_CHECK=1/0`,
  add a new option `cmake -DWAMR_DISABLE_STACK_HW_BOUND_CHECK=1/0`
- When the linear memory hw bound check is disabled, the stack hw bound check
   will be disabled automatically, no matter what the input option is
- When the linear memory hw bound check is enabled, the stack hw bound check
  is enabled/disabled according to the value of input option
- Besides the original option `--bounds-checks=1/0`, add a new option
  `--stack-bounds-checks=1/0` for wamrc

Refer to: https://github.com/bytecodealliance/wasm-micro-runtime/issues/1677
2022-11-07 18:26:33 +08:00
..
pics Update document and fix wasm_runtime_call_wasm_a issue (#1005) 2022-02-14 17:36:38 +08:00
build_wamr.md Add control for the native stack check with hardware trap (#1682) 2022-11-07 18:26:33 +08:00
build_wasm_app.md doc/build_wasm_app.md: Update a note about LLVM 13 incompatibility (#1441) 2022-09-05 11:56:24 +08:00
devcontainer.md Dockerfile lint errors fix (#1493) 2022-09-22 13:06:11 +08:00
embed_wamr.md Fix typo in embed_wamr.md (#1214) 2022-06-09 08:56:45 +08:00
export_native_api.md export_native_api.md: Partially revert "Relax the ground rule" (#1588) 2022-10-13 18:33:06 +08:00
linux_sgx.md linux-sgx: Implement SGX IPFS as POSIX backend for file interaction (#1489) 2022-09-28 13:09:58 +08:00
memory_tune.md Fix interp hw bound check issues (#1322) 2022-07-23 20:39:01 +08:00
multi_module.md Fix link in multi_module.md (#941) 2022-01-08 18:47:56 +08:00
other_wasm_compilers.md Implement performance profiler and call stack dump, and update toolchain document (#501) 2021-01-18 13:23:10 +08:00
port_wamr.md re-org ems mem allocator source codes, update prot_wamr.md (#217) 2020-03-30 11:06:39 +08:00
pthread_library.md Update documents (#981) 2022-01-25 16:37:31 +08:00
ref_types.md Refactor externref related APIs of reference types feature (#971) 2022-01-19 11:25:08 +08:00
release_ack.md Enable multi-module support for wasm-c-api (#426) 2020-10-16 17:43:57 +08:00
roadmap.md Enable multi-module support for wasm-c-api (#426) 2020-10-16 17:43:57 +08:00
semantic_version.md Enable the semantic version mechanism for WAMR (#1374) 2022-08-18 19:01:05 +08:00
socket_api.md Merge dev/socket into main (#1393) 2022-09-22 21:46:14 +08:00
source_debugging.md source_debugging.md: Add some notes about AOT debug (#1496) 2022-09-17 21:01:29 +08:00
wamr_api.md Fix x86-32 compile warning and update document (#1164) 2022-05-10 15:22:20 +08:00
wasm_c_api.md doc/wasm_c_api.md: Mention relationship with wasm_export.h (#1159) 2022-05-09 16:39:49 +08:00
xip.md Enhance XIP and add XIP document (#863) 2021-12-06 17:25:10 +08:00