wasmfx / wasmfxtime

A fork of wasmtime (a fast and secure runtime for WebAssembly) supporting the WasmFX instruction set
https://wasmfx.dev/
Apache License 2.0
19 stars 1 forks source link

Remove `unsafe_disable_continuation_linearity_check` feature #230

Closed dhil closed 1 month ago

dhil commented 1 month ago

This feature is really a hack for benchmarking that was useful before we had stack-allocated continuation objects.

frank-emrich commented 1 month ago

Yes, let's get rid of it.

As far as I remember the performance gain of disabling the linearity check is only ~6% ever since we moved to the fat pointer implementation. We should re-measure this when we remove the feature, just for future reference.