Skip to content

docs(freestanding): remeasure at v0.26.0 (134→136 external symbols)#449

Merged
InauguralPhysicist merged 1 commit into
mainfrom
docs/freestanding-version-symcount
Jul 5, 2026
Merged

docs(freestanding): remeasure at v0.26.0 (134→136 external symbols)#449
InauguralPhysicist merged 1 commit into
mainfrom
docs/freestanding-version-symcount

Conversation

@InauguralPhysicist

Copy link
Copy Markdown
Collaborator

The docs/FREESTANDING.md measurement section was pinned to v0.21.2 / 134 symbols. Re-ran the doc's own regeneration command against the current v0.26.0 minimal build:

nm -D -u src/eigenscript | awk '{print $2}' | sed 's/@.*//' | sort -u | wc -l   # → 136

Updated the version and all three 134 references (the measurement line + the two "not N things to build" callbacks).

Verified the +2 delta introduces no new ROOT family and no networking symbols — the extras fall into existing libc/libm families; fork/execvp/regexec are the expected subprocess/regex core symbols, not networking — so the "~10 roots" reduction and "no networking in the minimal build" claims still hold. Doc-only.

🤖 Generated with Claude Code

The "How this was measured" section was pinned to v0.21.2 / 134 symbols.
Re-ran the doc's own regen command (`nm -D -u src/eigenscript | awk
'{print $2}' | sed 's/@.*//' | sort -u`) against the current v0.26.0
minimal build: 136 symbols. Updated the version and all three "134"
references (measurement line + the two "not N things to build" callbacks).

Verified the delta introduces no new ROOT family and no networking symbols
(the two extra fall into existing libc/libm families; fork/execvp/regexec
are the expected subprocess/regex core symbols, not networking) — so the
"~10 roots" reduction and "no networking in the minimal build" claims still
hold. Doc-only.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@InauguralPhysicist InauguralPhysicist merged commit 275bc3d into main Jul 5, 2026
10 checks passed
@InauguralPhysicist InauguralPhysicist deleted the docs/freestanding-version-symcount branch July 5, 2026 06:24
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.

1 participant