Implement memory access bound check with hardware trap for 64-bit platforms (#293)
Also implement native stack overflow check with hardware trap for 64-bit platforms Refine classic interpreter and fast interpreter to improve performance Update document
This commit is contained in:
@ -158,3 +158,8 @@ if (WAMR_BUILD_MINI_LOADER EQUAL 1)
|
||||
else ()
|
||||
add_definitions (-DWASM_ENABLE_MINI_LOADER=0)
|
||||
endif ()
|
||||
if (WAMR_DISABLE_HW_BOUND_CHECK EQUAL 1)
|
||||
add_definitions (-DWASM_DISABLE_HW_BOUND_CHECK=1)
|
||||
message (" Hardware boundary check disabled")
|
||||
endif ()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user