Skip to content

Point-based heap analysis with stack allocation fixes#264

Merged
lucaneg merged 3 commits intomasterfrom
fix-heap-analysis
Dec 20, 2022
Merged

Point-based heap analysis with stack allocation fixes#264
lucaneg merged 3 commits intomasterfrom
fix-heap-analysis

Conversation

@VincenzoArceri
Copy link
Member

@VincenzoArceri VincenzoArceri commented Dec 20, 2022

Description
This pull request fixes point-based heap analyses when dealing with stack allocation sites. In particular, the split of an allocation site should be done just when the allocation site is already tracked by the domain.

@VincenzoArceri VincenzoArceri added 🐛 type:bug Something isn't working 🔍 scope:analysis Work regarding abstract domains or fixpoint algorithms labels Dec 20, 2022
@VincenzoArceri VincenzoArceri self-assigned this Dec 20, 2022
@lucaneg lucaneg added the 🏗 resolution:wip Incomplete work - do not review yet label Dec 20, 2022
@lucaneg lucaneg removed the 🏗 resolution:wip Incomplete work - do not review yet label Dec 20, 2022
@lucaneg lucaneg added this to the 0.1b8 milestone Dec 20, 2022
@lucaneg lucaneg merged commit 58c96d0 into master Dec 20, 2022
@lucaneg lucaneg deleted the fix-heap-analysis branch December 20, 2022 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔍 scope:analysis Work regarding abstract domains or fixpoint algorithms 🐛 type:bug Something isn't working

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants