[FEATURE REQUEST] Location-based working set for fixpoints #316
Labels
‼ priority:p1
Priority planning - level 1
🎊 resolution:resolved
Bug or feature resolved - might not have been merged to master yet
🔍 scope:analysis
Work regarding abstract domains or fixpoint algorithms
🎆 type:feature
New feature or request
Milestone
Description
Sorting nodes to process w.r.t. their location will reduce the time needed to compute fixpoints:
After the while guard is processed both,
x--
andf(x)
are added to the ws.x--
is analyzed first, and the while guard is placed back into the ws at the beginning. The analysis off(x)
will be deferred until the whole loop stabilizes, and will thus be analyzed only once.The text was updated successfully, but these errors were encountered: