Implement Fast JIT multi-threading feature (#2134)
- Translate all the opcodes of threads spec proposal for Fast JIT - Add the atomic flag for Fast JIT load/store IRs to support atomic load/store - Add new atomic related Fast JIT IRs and translate them in the codegen - Add suspend_flags check in branch opcodes and before/after call function - Modify CI to enable Fast JIT multi-threading test Co-authored-by: TianlongLiang <tianlong.liang@intel.com>
This commit is contained in:
@ -444,14 +444,6 @@ function spec_test()
|
||||
|
||||
if [[ ${ENABLE_MULTI_THREAD} == 1 ]]; then
|
||||
ARGS_FOR_SPEC_TEST+="-p "
|
||||
if [[ $1 == 'fast-jit' ]]; then
|
||||
echo "fast-jit doesn't support multi-thread feature yet, skip it"
|
||||
return
|
||||
fi
|
||||
if [[ $1 == 'multi-tier-jit' ]]; then
|
||||
echo "multi-tier-jit doesn't support multi-thread feature yet, skip it"
|
||||
return
|
||||
fi
|
||||
fi
|
||||
|
||||
if [[ ${ENABLE_XIP} == 1 ]]; then
|
||||
|
||||
Reference in New Issue
Block a user