stdfunc call optimization (map -> array), performance check exec fix

This commit is contained in:
ProgramSnail 2025-03-03 00:24:08 +03:00
parent 25322bd3d7
commit f50e1fe7c5
2 changed files with 62 additions and 74 deletions

View file

@ -26,8 +26,9 @@ time ./byterun.exe -p Sort.bc > /dev/null
echo "Byterun:"
time ./byterun.exe -vi Sort.bc > /dev/null
echo "Byterun (verefication only):"
time ./byterun.exe -v Sort.bc > /dev/null
# # NOTE: is not possible for now
# echo "Byterun (verefication only):"
# time ./byterun.exe -v Sort.bc > /dev/null
echo "Byterun (run only):"
time ./byterun.exe -i Sort.bc > /dev/null