Skip to content
Snippets Groups Projects

Generalise string analysis to arbitrary linked lists

Open Hannes Siebenhandl requested to merge enhance/list-analysis-helpers into master

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

Pipeline #95227 passed

Pipeline passed for 5ecc93d0 on enhance/list-analysis-helpers

Ready to merge by members who can write to the target branch.
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading