[PR #305] [MERGED] Reorder members of the Command struct plus fix some warnings. #901

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/305
Author: @szabadka
Created: 1/26/2016
Status: Merged
Merged: 1/26/2016
Merged by: @szabadka

Base: masterHead: master


📝 Commits (1)

  • 14d6ae7 Reorder members of the Command struct plus fix some warnings.

📊 Changes

3 files changed (+6 additions, -5 deletions)

View changed files

📝 enc/brotli_bit_stream.cc (+2 -2)
📝 enc/command.h (+3 -3)
📝 enc/encode.cc (+1 -0)

📄 Description

This may save 8 bytes of padding per Command (32 -> 24 bytes).


🔄 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/305 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 1/26/2016 **Status:** ✅ Merged **Merged:** 1/26/2016 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`14d6ae7`](https://github.com/google/brotli/commit/14d6ae74a97b46678d5b8eb6a28d8b4eb0111e3c) Reorder members of the Command struct plus fix some warnings. ### 📊 Changes **3 files changed** (+6 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `enc/brotli_bit_stream.cc` (+2 -2) 📝 `enc/command.h` (+3 -3) 📝 `enc/encode.cc` (+1 -0) </details> ### 📄 Description This may save 8 bytes of padding per Command (32 -> 24 bytes). --- <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:51:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#901