chore: cmake - expose shared debug info level - #9872
Merged
Merged
Conversation
Signed-off-by: Robert Kruszewski <github@robertk.io>
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>
0ax1
force-pushed
the
ad/cmake-debug-info
branch
from
September 14, 2026 16:58
1f4669a to
8726455
Compare
Merging this PR will improve performance by 21.13%
|
| 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)
Footnotes
-
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
enabled auto-merge (squash)
September 14, 2026 17:00
robert3005
approved these changes
Sep 14, 2026
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.
As part of this PR, we set the debug level for
C++ APItask on CI to0in 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.