Skip to content

Add support for list of worstcase stacks#112

Draft
jerome-pouiller wants to merge 1 commit intoHBehrens:masterfrom
jerome-pouiller:list-worst-cases
Draft

Add support for list of worstcase stacks#112
jerome-pouiller wants to merge 1 commit intoHBehrens:masterfrom
jerome-pouiller:list-worst-cases

Conversation

@jerome-pouiller
Copy link

@jerome-pouiller jerome-pouiller commented Apr 22, 2025

This patch should fix #87. It provides a list of all the possible largest stacks.

Notes:

  • It is not possible to sort the list. I would be glad to have some help on this topic
  • The indirect calls (call to pointer to functions) are not supported (see Chasing callbacks/function pointers? #105). Fully automated support for this case is very difficult. However, we could annotate the paths with indirect calls (Detect functions with indirect calls #113).
  • An extension of the previous bullet would be list all the places where indirect calls happen. For that, we need a list of all the recursive callees.

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.

Support Worst-Case Stack in symbol listings

1 participant