[PR #1303] [MERGED] Introduce static init #1884

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

📋 Pull Request Information

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

Base: masterHead: test_791136906


📝 Commits (1)

📊 Changes

3 files changed (+122 additions, -0 deletions)

View changed files

c/enc/static_init.c (+47 -0)
c/enc/static_init.h (+66 -0)
c/enc/static_init_lazy.cc (+9 -0)

📄 Description

Introduce static init


🔄 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/1303 **Author:** [@copybara-service[bot]](https://github.com/apps/copybara-service) **Created:** 8/5/2025 **Status:** ✅ Merged **Merged:** 8/6/2025 **Merged by:** [@copybara-service[bot]](https://github.com/apps/copybara-service) **Base:** `master` ← **Head:** `test_791136906` --- ### 📝 Commits (1) - [`bf6231d`](https://github.com/google/brotli/commit/bf6231d685632608324d4168a705caecfef86c16) Introduce static init ### 📊 Changes **3 files changed** (+122 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `c/enc/static_init.c` (+47 -0) ➕ `c/enc/static_init.h` (+66 -0) ➕ `c/enc/static_init_lazy.cc` (+9 -0) </details> ### 📄 Description Introduce static init --- <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:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1884