Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Add function inlining pass to improve DSA precision#809

Open
shaobo-he wants to merge 3 commits intodevelopsmackers/smack:developfrom
function-inliningsmackers/smack:function-inliningCopy head branch name to clipboard
Open

Add function inlining pass to improve DSA precision#809
shaobo-he wants to merge 3 commits intodevelopsmackers/smack:developfrom
function-inliningsmackers/smack:function-inliningCopy head branch name to clipboard

Conversation

@shaobo-he
Copy link
Copy Markdown
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
shaobo-he and others added 2 commits March 14, 2026 11:34
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.