mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
stdfunc call optimization (map -> array), performance check exec fix
This commit is contained in:
parent
25322bd3d7
commit
f50e1fe7c5
2 changed files with 62 additions and 74 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue