wasm-micro-runtime/core/iwasm
Wenyong Huang 2cb701f7f3
Fix windows AOT hw bound check (#2475)
When AOT out of bound linear memory access or stack overflow occurs, the call stack of
AOT functions cannot be unwound currently, so from the exception handler, runtime
cannot jump back into the place that calls the AOT function.
We temporarily skip the current instruction and let AOT code continue to run and return
to caller as soon as possible. And use the zydis library the decode the current instruction
to get its size.

And remove using RtlAddFunctionTable to register the AOT functions since it doesn't work
currently.
2023-08-18 10:16:03 +08:00
..
aot Fix windows AOT hw bound check (#2475) 2023-08-18 10:16:03 +08:00
common Fix windows AOT hw bound check (#2475) 2023-08-18 10:16:03 +08:00
compilation Fix windows AOT hw bound check (#2475) 2023-08-18 10:16:03 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit Fix some check issues on table operations (#2392) 2023-07-27 21:53:48 +08:00
include Implement wasm_externref_objdel and wasm_externref_set_cleanup (#2455) 2023-08-14 16:45:30 +08:00
interpreter Fix opcode overwrite issue in fast interp (#2476) 2023-08-17 19:49:35 +08:00
libraries Fix issues reported by Coverity and clear windows warnings (#2467) 2023-08-17 10:54:02 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00