wasm-micro-runtime icon indicating copy to clipboard operation
wasm-micro-runtime copied to clipboard

User controlled stack boundary check in wamrc

Open TianlongLiang opened this issue 1 year ago • 0 comments

In wamrc compiler, allow the user to control stack boundary check when boundary check is enabled. Now the code logic is:

  1. When --stack-bounds-checks is not set, it will be the same value as --bounds-checks.
  2. When --stack-bounds-checks is set, it will be the option value no matter what the status of --bounds-checks is

TianlongLiang avatar Aug 27 '24 09:08 TianlongLiang