wasm-micro-runtime
wasm-micro-runtime copied to clipboard
User controlled stack boundary check in wamrc
In wamrc compiler, allow the user to control stack boundary check when boundary check is enabled. Now the code logic is:
- When
--stack-bounds-checksis not set, it will be the same value as--bounds-checks. - When
--stack-bounds-checksis set, it will be the option value no matter what the status of--bounds-checksis