Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for callgraphs used in ACT when using already compiled mode #330

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

2over12
Copy link

@2over12 2over12 commented Jan 13, 2025

Fixes from in progress trail-of-forks#1

When executing ACT using -a the call graph is not populated. The lack of call graph causes an arbitrary ordering of functions preventing specs from being derived. For example in: https://github.com/trail-of-forks/Gillian/blob/9db721dc9cb70c3914dd28d1ef383f6b99c98a63/Gillian-LLVM/examples/wpst/mem_test.gil test_add would get executed after split.

The intended fix here is during parsing to annotate callees.

@NatKarmios
Copy link
Contributor

Thanks for this :) We'll review this as soon as we can.

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.

2 participants