[PR #1308] [MERGED] explicitly specify model for relocatable variables #1889

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/1308
Author: @copybara-service[bot]
Created: 8/12/2025
Status: Merged
Merged: 8/13/2025
Merged by: @copybara-service[bot]

Base: masterHead: test_794012728


📝 Commits (1)

  • 103b25f explicitly specify model for relocatable variables

📊 Changes

25 files changed (+118 additions, -69 deletions)

View changed files

📝 c/common/constants.c (+7 -7)
📝 c/common/constants.h (+2 -2)
📝 c/common/context.c (+1 -1)
📝 c/common/dictionary.c (+3 -3)
📝 c/common/platform.h (+6 -0)
📝 c/common/transform.c (+6 -4)
📝 c/dec/bit_reader.c (+2 -1)
📝 c/dec/decode.c (+6 -3)
📝 c/dec/huffman.c (+2 -1)
📝 c/dec/prefix.h (+2 -1)
📝 c/enc/backward_references_hq.c (+2 -2)
📝 c/enc/brotli_bit_stream.c (+6 -3)
📝 c/enc/command.h (+8 -8)
📝 c/enc/compress_fragment.c (+1 -1)
📝 c/enc/compress_fragment_two_pass.c (+2 -2)
📝 c/enc/dictionary_hash.c (+4 -0)
📝 c/enc/dictionary_hash.h (+12 -5)
📝 c/enc/encode.c (+9 -6)
📝 c/enc/entropy_encode.c (+3 -2)
📝 c/enc/entropy_encode.h (+1 -1)

...and 5 more files

📄 Description

explicitly specify model for relocatable variables


🔄 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/1308 **Author:** [@copybara-service[bot]](https://github.com/apps/copybara-service) **Created:** 8/12/2025 **Status:** ✅ Merged **Merged:** 8/13/2025 **Merged by:** [@copybara-service[bot]](https://github.com/apps/copybara-service) **Base:** `master` ← **Head:** `test_794012728` --- ### 📝 Commits (1) - [`103b25f`](https://github.com/google/brotli/commit/103b25fb1e38ee765c827ce470c85a4d6541df12) explicitly specify model for relocatable variables ### 📊 Changes **25 files changed** (+118 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `c/common/constants.c` (+7 -7) 📝 `c/common/constants.h` (+2 -2) 📝 `c/common/context.c` (+1 -1) 📝 `c/common/dictionary.c` (+3 -3) 📝 `c/common/platform.h` (+6 -0) 📝 `c/common/transform.c` (+6 -4) 📝 `c/dec/bit_reader.c` (+2 -1) 📝 `c/dec/decode.c` (+6 -3) 📝 `c/dec/huffman.c` (+2 -1) 📝 `c/dec/prefix.h` (+2 -1) 📝 `c/enc/backward_references_hq.c` (+2 -2) 📝 `c/enc/brotli_bit_stream.c` (+6 -3) 📝 `c/enc/command.h` (+8 -8) 📝 `c/enc/compress_fragment.c` (+1 -1) 📝 `c/enc/compress_fragment_two_pass.c` (+2 -2) 📝 `c/enc/dictionary_hash.c` (+4 -0) 📝 `c/enc/dictionary_hash.h` (+12 -5) 📝 `c/enc/encode.c` (+9 -6) 📝 `c/enc/entropy_encode.c` (+3 -2) 📝 `c/enc/entropy_encode.h` (+1 -1) _...and 5 more files_ </details> ### 📄 Description explicitly specify model for relocatable variables --- <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:56:20 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1889