Skip to content

Add function inlining pass to improve DSA precision#809

Open
shaobo-he wants to merge 2 commits intodevelopfrom
function-inlining
Open

Add function inlining pass to improve DSA precision#809
shaobo-he wants to merge 2 commits intodevelopfrom
function-inlining

Conversation

@shaobo-he
Copy link
Contributor

Inline small functions (especially pointer-involving ones) before sea-dsa analysis to reduce unnecessary node merges caused by context-insensitive analysis. Uses SCC-based recursion detection and bottom-up call graph processing.

Inline small functions (especially pointer-involving ones) before
sea-dsa analysis to reduce unnecessary node merges caused by
context-insensitive analysis. Uses SCC-based recursion detection
and bottom-up call graph processing.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@shaobo-he shaobo-he requested a review from keram88 March 14, 2026 18:22
The inlining pass is useful for DSA precision but may not be
desired in all contexts. Disable it by default and enable it
in the SVCOMP frontend via --inline-funcs flag.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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