fitzgen opened PR #2118 from enable-ref-types-by-default
to main
:
Both have spent a bit of time enabled in our fuzzers by default and we haven't run into any issues in a while. The one catch was the potential slowdown due to #1883, but
- I measured and, while it did exist, it was on the order of milliseconds when dealing with a 270K wasm module, and
- I've added a commit that fixes the slowdown (and is otherwise generally a tiny speed up by doing a little manual LICM that the compiler failed to do because of a trait method call).
fitzgen requested alexcrichton for a review on PR #2118.
fitzgen updated PR #2118 from enable-ref-types-by-default
to main
:
Both have spent a bit of time enabled in our fuzzers by default and we haven't run into any issues in a while. The one catch was the potential slowdown due to #1883, but
- I measured and, while it did exist, it was on the order of milliseconds when dealing with a 270K wasm module, and
- I've added a commit that fixes the slowdown (and is otherwise generally a tiny speed up by doing a little manual LICM that the compiler failed to do because of a trait method call).
fitzgen updated PR #2118 from enable-ref-types-by-default
to main
:
Both have spent a bit of time enabled in our fuzzers by default and we haven't run into any issues in a while. The one catch was the potential slowdown due to #1883, but
- I measured and, while it did exist, it was on the order of milliseconds when dealing with a 270K wasm module, and
- I've added a commit that fixes the slowdown (and is otherwise generally a tiny speed up by doing a little manual LICM that the compiler failed to do because of a trait method call).
fitzgen updated PR #2118 from enable-ref-types-by-default
to main
:
Both have spent a bit of time enabled in our fuzzers by default and we haven't run into any issues in a while. The one catch was the potential slowdown due to #1883, but
- I measured and, while it did exist, it was on the order of milliseconds when dealing with a 270K wasm module, and
- I've added a commit that fixes the slowdown (and is otherwise generally a tiny speed up by doing a little manual LICM that the compiler failed to do because of a trait method call).
alexcrichton submitted PR Review.
fitzgen merged PR #2118.
Last updated: Nov 22 2024 at 16:03 UTC