-
Notifications
You must be signed in to change notification settings - Fork 14
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
Configurable entrypoints #163
Comments
There is some support for this in the Datalog code: cclyzerpp/datalog/options/user-options.dl Lines 79 to 91 in 1a64af9
Ideally, it would be exposed through the command-line options of the FactGenerator, like how context-sensitivity is done now. For now, you could try modifying the default value there. Let me know how that works! |
This is not currently configurable, though it ought to be. As a quick hack, you could modify this line to use the name of your entry point. The right solution is that the |
Ooops, it looks like this code might be redundant now with the code @langston-barrett shared. We should clean this up. It would be nice if the user option let you specify some specific functions... |
Thank you both for your replies. This is exactly what I'm trying to do, it does work, and I hope this can be a configuration item |
In some scenarios, there is no main function. Is there any way to configure an entry point, such as test(), so that Call Graph can be generated from any root node?
The text was updated successfully, but these errors were encountered: