Hacker News new | ask | show | jobs
Ask HN: Automatic Parallelization Haskell Core IR
2 points by rcorcs 2914 days ago
I am interested in getting started with Haskell Core IR in order to implement this Automatic Parallelizer directly on its Core IR:

http://homepages.dcc.ufmg.br/~fernando/publications/papers/Rocha18_SCP.pdf

Is there a good introductory guide for working with algebraic simplification or rewriting rules on the Core IR?

Thanks

1 comments

Are you already familiar with GHC? If not, the “Contributing to GHC” series might be helpful: https://mmhaskell.com/blog/.