fizzy icon indicating copy to clipboard operation
fizzy copied to clipboard

Fizzy aims to be a fast, deterministic, and pedantic WebAssembly interpreter written in C++.

Results 65 fizzy issues
Sort by recently updated
recently updated
newest added

This implements segmented stack space inside ExecutionContext. I will add more documentation how it works later. Replaces #529 and #572. Generally, having unlimited stack space is PITA, but doable. Before...

optimization

This was originally included in #622. I can't get good measurement of the performance on Haswell (I will try other architectures later). But this is rather no-brainer as we simply...

optimization

``` [ 48%] Building CXX object test/unittests/CMakeFiles/fizzy-unittests.dir/execute_floating_point_conversion_test.cpp.o In file included from /fizzy/test/unittests/execute_floating_point_conversion_test.cpp:6: /fizzy/test/unittests/execute_floating_point_test.hpp:16:14: error: '#pragma FENV_ACCESS' is not supported on this target - ignored [-Werror,-Wignored-pragmas] #pragma STDC FENV_ACCESS ON ^...

We still need a patch for the start function, see https://github.com/wasm3/wasm3/issues/202. And also a memory leak issue: https://github.com/wasm3/wasm3/issues/203. At least we could get rid of https://github.com/wasm3/wasm3/pull/130, https://github.com/wasm3/wasm3/pull/129, and https://github.com/wasm3/wasm3/pull/145.