This website requires JavaScript.
Explore
Help
Sign In
miloignis
/
kraken
Watch
1
Star
0
Fork
0
You've already forked kraken
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
196b0865c455a52cac16695c85530d22030437bb
kraken
/
koka_bench
/
koka
History
Nathan Braswell
4663982f1b
Move kraken,scheme,python,cpp fib tests over to koka_bench, add WAVM as a tested compiler backend for the Kraken benchmarks
2022-06-28 00:38:37 -04:00
..
cfold.kk
Add cfold benchmark - can't go over 5 (though Koka uses 20) because wasm runs out of stack. Not entirely sure how to handle that - I imagine we're emitting far to much on the stack frame, but also I would hope wasmtime would optimize it, and I additionally can't find a way to raise wasmtime's limit from the cli... It is worth noting that Koka notes that cfold is a benchmark that can exhaust the stack
2022-05-17 23:34:46 -04:00
CMakeLists.txt
Move kraken,scheme,python,cpp fib tests over to koka_bench, add WAVM as a tested compiler backend for the Kraken benchmarks
2022-06-28 00:38:37 -04:00
deriv.kk
Implement deriv benchmark
2022-05-18 01:26:08 -04:00
fib.kk
Move kraken,scheme,python,cpp fib tests over to koka_bench, add WAVM as a tested compiler backend for the Kraken benchmarks
2022-06-28 00:38:37 -04:00
nqueens-int.kk
Add nqueens benchmark (new kraken impl, with koka and cpp moved over from koka_bench)
2022-05-16 23:00:56 -04:00
nqueens.kk
Add nqueens benchmark (new kraken impl, with koka and cpp moved over from koka_bench)
2022-05-16 23:00:56 -04:00
rbtree.kk
Moved over first rbtree test from koka_bench and integrated Kraken via compiler wrapper script that calls the partial_evaluator / compiler and then emits a wrapper script that runs the resulting wasm via wasmtime.
2022-05-16 02:33:10 -04:00