Remove record_header_indices split loop for ARM #1672
Labels
A-http1
Area: HTTP/1 specific.
C-performance
Category: performance. This is making existing behavior go faster.
E-easy
Effort: easy. A task that would be a great starting point for a new contributor.
Milestone
A rustc/LLVM bug was preventing compilation on ARMv7, due to some legal Rust code in
proto::h1::role::record_header_indices
. A workaround splitting the loop into 2 loops was added in #1671.The bug in rustc is tracked here: rust-lang/rust#55105. Once it is fixed (and available on stable), this workaround should be removed.
The text was updated successfully, but these errors were encountered: