Optimize strlen and strchr on ARM (#262)

This commit is contained in:
Nuno Cruces
2025-04-15 00:44:31 +01:00
committed by GitHub
parent 9706fa9607
commit ad16d329ea
14 changed files with 326 additions and 268 deletions

View File

@@ -24,7 +24,7 @@ trap 'rm -f sql3parse_table.tmp' EXIT
"$BINARYEN/wasm-ctor-eval" -c _initialize sql3parse_table.wasm -o sql3parse_table.tmp
"$BINARYEN/wasm-opt" --strip --strip-debug --strip-producers -c -Oz \
sql3parse_table.tmp -o sql3parse_table.wasm \
sql3parse_table.tmp -o sql3parse_table.wasm --low-memory-unused \
--enable-simd --enable-mutable-globals --enable-multivalue \
--enable-bulk-memory --enable-reference-types \
--enable-nontrapping-float-to-int --enable-sign-ext