Commit 86beb38
Microbenchmarks: disable Wasm baseline compiler
We are interested in the performance of optimized code. But V8 is
currently not able to switch to optimized code while executing a loop in
Wasm. So, we can get stuck running unoptimized code.1 parent 5785561 commit 86beb38
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
0 commit comments