-
Notifications
You must be signed in to change notification settings - Fork 4
Contribute
wichtounet edited this page Feb 3, 2013
·
4 revisions
You're welcome to contribute to this project, either if you found a bug or have an idea of improvement.
If you find issue in the project, post an issue using the bug tracker using the "bug" label. Or directly fix the error by filling a Pull Request.
If you think that a feature is lacking, open an issue with the "feature" label.
- Add a pass to convert the MTAC into SSA form and transform the optimizations to work on this form
- Add new data-flow optimization passes
- Add support for Windows
- Improve the performances of the compiler: Performance
- Add more LTAC optimizations
- Use the BP register in the register allocator is fomit-frame pointer is set
- Improve the register allocator to Chaitin Briggs style