search for: default_passes

Displaying 3 results from an estimated 3 matches for "default_passes".

2012 Jun 29
1
[LLVMdev] Another LLVM JIT extension to Python
...d in the demo/matrixmul/matrixmul.py example? > > Cheers > Tobi > > [1] http://polly.llvm.org > Hi Tobi, Thank you for your feedback. I will be looking at Polly for better locality optimization. Can I simply include Polly as optimization passes? If so, the pymothoa/llvm_backend/default_passes.py can be easily edited to add new passes. I am still trying to figure out what to include for the optimization pass for the best result. > Is there a way I can dump the content of the entire LLVM-IR module > generated in the demo/matrixmul/matrixmul.py example? You can do so by printing...
2012 Jun 29
0
[LLVMdev] Another LLVM JIT extension to Python
On 06/29/2012 01:06 AM, Siu Kwan Lam wrote: > Dear LLVM, > > I am a young developer who have just uploaded my first opensource > project based on LLVM. I would like to know what professionals think of > my project. > > I have started a JIT extension to Python called Pymothoa ( > http://code.google.com/p/pymothoa/). Unlike other similar projects, I > did not modify the
2012 Jun 28
3
[LLVMdev] Another LLVM JIT extension to Python
Dear LLVM, I am a young developer who have just uploaded my first opensource project based on LLVM. I would like to know what professionals think of my project. I have started a JIT extension to Python called Pymothoa ( http://code.google.com/p/pymothoa/). Unlike other similar projects, I did not modify the interpreter. Pymothoa uses Python decorators to mark function for JIT compiling. It