[PR #656] [MERGED] Update #1304

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/656
Author: @eustas
Created: 3/27/2018
Status: Merged
Merged: 3/27/2018
Merged by: @eustas

Base: masterHead: upd3b


📝 Commits (2)

📊 Changes

11 files changed (+274 additions, -100 deletions)

View changed files

📝 BUILD (+0 -1)
📝 c/common/constants.h (+1 -1)
📝 c/common/platform.h (+18 -7)
📝 c/common/version.h (+2 -2)
📝 c/dec/decode.c (+34 -29)
📝 c/enc/encode.c (+23 -40)
📝 c/enc/metablock.c (+144 -2)
📝 c/enc/metablock.h (+9 -3)
📝 c/enc/write_bits.h (+1 -1)
📝 c/include/brotli/decode.h (+1 -2)
📝 c/tools/brotli.c (+41 -12)

📄 Description

  • proper fix for the "fall through" warning"
  • automatic NDIRECT/NPOSTFIX tuning (better compression)
  • fix unaligned access for aarch64-cross-armhf build
  • fix aarch64 detection (10% decoder speedup)
  • expose large_window CLI option
  • make default window size 16MiB
  • ramp up version to 1.0.4

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/656 **Author:** [@eustas](https://github.com/eustas) **Created:** 3/27/2018 **Status:** ✅ Merged **Merged:** 3/27/2018 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `upd3b` --- ### 📝 Commits (2) - [`1fe310f`](https://github.com/google/brotli/commit/1fe310f842de4e1d0f77b5418706c43c9d5459e6) Update - [`94c43ec`](https://github.com/google/brotli/commit/94c43ec177834399ab432b0df4964348ff28e007) fix build ### 📊 Changes **11 files changed** (+274 additions, -100 deletions) <details> <summary>View changed files</summary> 📝 `BUILD` (+0 -1) 📝 `c/common/constants.h` (+1 -1) 📝 `c/common/platform.h` (+18 -7) 📝 `c/common/version.h` (+2 -2) 📝 `c/dec/decode.c` (+34 -29) 📝 `c/enc/encode.c` (+23 -40) 📝 `c/enc/metablock.c` (+144 -2) 📝 `c/enc/metablock.h` (+9 -3) 📝 `c/enc/write_bits.h` (+1 -1) 📝 `c/include/brotli/decode.h` (+1 -2) 📝 `c/tools/brotli.c` (+41 -12) </details> ### 📄 Description * proper fix for the "fall through" warning" * automatic NDIRECT/NPOSTFIX tuning (better compression) * fix unaligned access for `aarch64`-cross-`armhf` build * fix `aarch64` detection (10% decoder speedup) * expose `large_window` CLI option * make default window size 16MiB * ramp up version to 1.0.4 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:53:26 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1304