mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #1308] [MERGED] explicitly specify model for relocatable variables #1889
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:test_794012728📝 Commits (1)
103b25fexplicitly 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.