Re: [pypy-dev] Contributing Polyhedral Optimisations in PyPy

2021-01-18 Thread muke101 via pypy-dev
Hi, so to update you both I have decided to pursue this project after all, I'm very excited to work on PyPy. To reiterate my objective, I'll be trying to formulate a way to augment the JIT optimiser to expose enough information such that more advanced optimisations can be implemented, with Poly

Re: [pypy-dev] Contributing Polyhedral Optimisations in PyPy

2020-12-18 Thread muke101 via pypy-dev
Thanks both of you for getting back to me, these definitely seem like problems worth thinking about first. Looking into it, there has actually been some research already on implementing Polyhedral optimisations in a JIT optimiser, specifically in JavaScript. It's paper (http://impact.gforge.inr

[pypy-dev] Contributing Polyhedral Optimisations in PyPy

2020-12-17 Thread muke101 via pypy-dev
I'm doing a computer science masters and am looking for an appropriate project to take on for a dissertation related to Polyhedral optimisations. Talking to my professor, we both think trying to implement the model and it's loop transformations in PyPy's JIT optimiser could be a good project to