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

Report functions that allocate fusible constructors or make function calls #19

Open
harendra-kumar opened this issue Apr 11, 2020 · 0 comments

Comments

@harendra-kumar
Copy link
Member

We can have an option to report functions that are marked with FUSED and allocate any constructors rather than reporting only constructors that have been marked with FUSE. This way we can figure out if any constructors need to be marked with FUSE.

Also to aid foldr/build fusion we can also mark foldr/build fused function with the FUSED pragma, and report if functions that are marked FUSED are being called by someone.

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

1 participant