Generalise string analysis to arbitrary linked lists
Add the functions 'listAnalysis' as a generalisation of 'stringAnalysis'. Add 'listLengthPerConstrAnalysis' and 'listLengthAnalysis' which allow to compute the length of various linked lists on the heap.
These new analysis scripts are useful to find whether you have a few large lists, or many small lists, and gives an estimate to how many infinite lists there are on the heap.
Merge request reports
Activity
assigned to @fendor
added 1 commit
- c8830da9 - Generalise string analysis to arbitrary linked lists
added 34 commits
-
c8830da9...2541e77d - 33 commits from branch
master
- 5ecc93d0 - Generalise string analysis to arbitrary linked lists
-
c8830da9...2541e77d - 33 commits from branch
Please register or sign in to reply