mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
fixes, cleanup, some copies removed
This commit is contained in:
parent
2589f6166f
commit
d90a8cf89f
16 changed files with 373 additions and 666 deletions
|
|
@ -19,4 +19,11 @@ time ./old_byterun.exe -i 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
|
||||
|
||||
echo "Byterun (run only):"
|
||||
time ./byterun.exe -i Sort.bc > /dev/null
|
||||
|
||||
rm Sort.*
|
||||
rm *.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue