Skip to content

fix: preserve library section granularity - #345

Merged
ctate merged 1 commit into
mainfrom
fix/issue-287-library-section-gc
Sep 18, 2026
Merged

ctate merged 1 commit into
mainfrom
fix/issue-287-library-section-gc

Conversation

@ctate

@ctate ctate commented Sep 18, 2026

Copy link
Copy Markdown
Collaborator
  • Compile ELF and COFF library members into per-function and per-data sections
  • Verify consumer section GC retains only referenced archive symbols

Fixes #287

- Compile ELF and COFF library members into per-function and per-data sections
- Verify consumer section GC retains only referenced archive symbols

Fixes #287

Co-authored-by: Mateus Mamede Lage <23098414+mmamedel@users.noreply.github.com>
@vercel

vercel Bot commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
scriptc Ready Ready Preview, v0 Sep 18, 2026 12:19am UTC

@ctate
ctate merged commit 888c79e into main Sep 18, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

--lib archives are compiled without per-function sections, so ELF consumers cannot section-GC them

1 participant