Open Bug 1498985 Opened 6 years ago Updated 2 years ago

Build encoding_rs and simd crates with opt_level=3

Categories

(Core :: Internationalization, enhancement, P3)

enhancement

Tracking

()

People

(Reporter: hsivonen, Unassigned)

References

Details

Bug 1413285 indicates that we're going to get the ability to upgrade specific crates from opt_level=2 to opt_level=3. For encoding_rs, investigating perf regressions at opt_level=2 has consumed disproporionate effort. The latest is that switching from the simd crate to packed_simd is performance-neutral at opt_level=3 but regressed the perf of some things at opt_level=2. It would help my productivity if we could build encoding_rs (and simd) at opt_level=3 and I could stop worrying about unwanted perf effects at opt_level=2.
Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.