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

Some visual samples #3

Open
HosseinMA96 opened this issue May 25, 2023 · 3 comments
Open

Some visual samples #3

HosseinMA96 opened this issue May 25, 2023 · 3 comments

Comments

@HosseinMA96
Copy link

Hi,

Is there any visual sample of the actual graph (nodes and edges) for an exemplary program?

Thanks.

@daanvdh
Copy link
Owner

daanvdh commented May 26, 2023

Currently there is no way to output the DFG as a picture. I made an effort to have the toString methods human readable, hopefully that helps. If someone makes an effort in converting the DFG to a picture I'll be more than happy to assist in getting it to work.

@zhizhixiongxuwei
Copy link

zhizhixiongxuwei commented May 30, 2023

So your dafaflow is similar with the concept Control Flow Graph(CFG) or Call Graph(CG)??

@daanvdh
Copy link
Owner

daanvdh commented Aug 10, 2023

Yes, calls to methods from within the same class are present in the DFG.

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

No branches or pull requests

3 participants