Skip to content

refactor: share DWARF analyzer queries#143

Merged
swananan merged 1 commit intomainfrom
refactor/dwarf-analyzer-shared-queries
Apr 26, 2026
Merged

refactor: share DWARF analyzer queries#143
swananan merged 1 commit intomainfrom
refactor/dwarf-analyzer-shared-queries

Conversation

@swananan
Copy link
Copy Markdown
Owner

Move compiler and query entry points to shared DwarfAnalyzer borrows.

Guard lazy block-index population with an RwLock so read-only query paths can build and reuse cached function ranges without mutable access.

Move compiler and query entry points to shared DwarfAnalyzer borrows.

Guard lazy block-index population with an RwLock so read-only query
paths can build and reuse cached function ranges without mutable access.
@swananan swananan merged commit 048e182 into main Apr 26, 2026
10 checks passed
@swananan swananan deleted the refactor/dwarf-analyzer-shared-queries branch April 26, 2026 07:38
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