Most things seem to be working now, with new benchmarks. Not sure if a small memory leak is now or was there before

This commit is contained in:
Nathan Braswell
2022-06-23 01:00:27 -04:00
parent 04f3b2dbd9
commit ae320ba31b
15 changed files with 177 additions and 92 deletions

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env bash
NUMBER=30
#NUMBER=27
touch csc_out.wasm && rm csc_out.wasm && scheme --script ../partial_eval.scm fib.kp
mv csc_out.wasm fib_compiled.wasm