fusion-plugin icon indicating copy to clipboard operation
fusion-plugin copied to clipboard

GHC plugin to make stream fusion more predictable

Results 15 fusion-plugin issues
Sort by recently updated
recently updated
newest added

Fusion plugin has a verbose reporting option which prints detailed messages about the fusion process to help in debugging. However, it prints too many messages. Usually, we are working on...

Today I needed an option to not inline functions but only report unfused functions. I can hack it up by just changing the code but I think it would be...

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...