We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5adf3ec commit 0998ee3Copy full SHA for 0998ee3
src/test/scala/TestEval.scala
@@ -39,7 +39,7 @@ class TestEval extends AnyFunSuite {
39
}
40
41
// TODO: the power test can be used to test the stack
42
- // For now: 2^10 works, 2^100 results in 0 (TODO: why?),
+ // For now: 2^10 works, but 2^31 * 2 = 0 and it's 0 for all the above, so maybe not a good benchmark(?)
43
// and 2^1000 results in a stack overflow
44
test("ack") { testFile("./benchmarks/wasm/ack.wat", Some("real_main"), ExpInt(7)) }
45
test("power") { testFile("./benchmarks/wasm/pow.wat", Some("real_main"), ExpInt(1024)) }
0 commit comments