[PR #703] decode: faster huffman code loading on 32-bit Arm #1348

Closed
opened 2026-01-29 20:53:38 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/google/brotli/pull/703

State: closed
Merged: Yes


In both symbol preloading and decoding, force the compiler to generate a
single load instead of two when loading the bits and value fields of the
HuffmanCode struct.

**Original Pull Request:** https://github.com/google/brotli/pull/703 **State:** closed **Merged:** Yes --- In both symbol preloading and decoding, force the compiler to generate a single load instead of two when loading the bits and value fields of the HuffmanCode struct.
claunia added the pull-request label 2026-01-29 20:53:38 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1348