[Based on #112] debug: report debug and deployment artifact sizes - #114
Open
cpunion wants to merge 2 commits into
Open
[Based on #112] debug: report debug and deployment artifact sizes#114cpunion wants to merge 2 commits into
cpunion wants to merge 2 commits into
Conversation
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
LLGo baseline benchmarks
Program measurements
Core language and compiler benchmarks
Compared only with the latest matching platform in the main series. Warning
|
cpunion
force-pushed
the
codex/typed-debug-artifacts-2164-20260801
branch
from
August 1, 2026 16:49
1dd635a to
0f6a37f
Compare
cpunion
force-pushed
the
codex/debug-artifact-report-2164-20260801
branch
from
August 1, 2026 18:22
82eb3df to
90d0205
Compare
cpunion
force-pushed
the
codex/typed-debug-artifacts-2164-20260801
branch
from
August 2, 2026 07:05
0f6a37f to
dde8ca4
Compare
cpunion
force-pushed
the
codex/debug-artifact-report-2164-20260801
branch
from
August 2, 2026 07:05
90d0205 to
b460595
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Report final debug, deployment, and runtime-symbol artifacts with their physical format, exact on-disk size, and path.
The report distinguishes a host debug ELF from derived .bin/.hex/.img/.uf2/.zip deployment files, embedded Wasm DWARF from an external sidecar, and pclntab from debugger-owned DWARF. It runs after final linking, Wasm externalization, and target format conversion. Explicit -debug-artifact modes and named targets enable the report; ordinary native builds remain quiet.
Part of xgo-dev#2164 Task 1. Based on #112.
Validation