Skip to content

chore: cmake - expose shared debug info level - #9872

Merged
0ax1 merged 3 commits into
developfrom
ad/cmake-debug-info
Sep 14, 2026
Merged

0ax1 merged 3 commits into
developfrom
ad/cmake-debug-info

Conversation

@0ax1

@0ax1 0ax1 commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

As part of this PR, we set the debug level for C++ API task on CI to 0 in order to avoid the task getting OOM killed during linking.

Additionally, we will intro a shared lib artefact to reduce the mem footprint. In that PR, we can turn the debug info level back to 2.

Signed-off-by: Robert Kruszewski <github@robertk.io>
@0ax1 0ax1 changed the title cmake: expose shared debug info level chore: cmake - expose shared debug info level Sep 14, 2026
@0ax1 0ax1 added the changelog/chore A trivial change label Sep 14, 2026
Add VORTEX_DEBUG_INFO for C, C++, Rust, and Cargo native dependencies. Disable debug info in the C++ API CI build to reduce linker memory usage, and extend existing integration tests with focused propagation assertions.

Signed-off-by: Alexander Droste <alexander.droste@protonmail.com>
@codspeed

codspeed Bot commented Sep 14, 2026

Copy link
Copy Markdown

Merging this PR will improve performance by 21.13%

⚠️ Unknown Walltime execution environment detected

Using the Walltime instrument on standard Hosted Runners will lead to inconsistent data.

For the most accurate results, we recommend using CodSpeed Macro Runners: bare-metal machines fine-tuned for performance measurement consistency.

⚡ 2 improved benchmarks
✅ 2195 untouched benchmarks
⏩ 218 skipped benchmarks1

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Simulation decompress[u64, (4000, 1024)] 86.6 µs 71.2 µs +21.55%
WallTime arrow_checked_add_u32_avx2[16384] 21.3 µs 17.6 µs +20.71%

Tip

Curious why performance improved? Comment @codspeedbot explain why performance improved on this PR, or directly use the CodSpeed MCP with your agent.


Comparing ad/cmake-debug-info (ead491b) with develop (8f3dfb4)

Open in CodSpeed

Footnotes

  1. 218 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

Use all available CPUs for the C++ API build while keeping debug info disabled, and trim the debug-info documentation.

Signed-off-by: Alexander Droste <alexander.droste@protonmail.com>
@0ax1
0ax1 requested review from AdamGS, myrrc and robert3005 September 14, 2026 17:00
@0ax1
0ax1 enabled auto-merge (squash) September 14, 2026 17:00
@0ax1
0ax1 merged commit eff56e5 into develop Sep 14, 2026
84 of 85 checks passed
@0ax1
0ax1 deleted the ad/cmake-debug-info branch September 14, 2026 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/chore A trivial change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants