wamr: Add a new option to custom stack guard size
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
41fe4f177a
commit
29a49f366e
@ -81,6 +81,13 @@ config INTERPRETERS_WAMR_MINILOADER
|
|||||||
---help---
|
---help---
|
||||||
Mini-loader don't check the integrity of wasm module
|
Mini-loader don't check the integrity of wasm module
|
||||||
|
|
||||||
|
config INTERPRETERS_WAMR_STACK_GUARD_SIZE
|
||||||
|
int "Custom stack guard size"
|
||||||
|
default 0
|
||||||
|
---help---
|
||||||
|
Reserve some space in stack as guard to detect stack overflow,
|
||||||
|
use stack base by default but may not safe enough.
|
||||||
|
|
||||||
config INTERPRETERS_WAMR_THREAD_MGR
|
config INTERPRETERS_WAMR_THREAD_MGR
|
||||||
bool "Enable thread manager"
|
bool "Enable thread manager"
|
||||||
default n
|
default n
|
||||||
|
Loading…
Reference in New Issue
Block a user