Re: compiler optimization project

Ian Rogers <ian.rogers@manchester.ac.uk>
28 Oct 2006 01:25:23 -0400

          From comp.compilers

Related articles
compiler optimization project khubaib92@gmail.com (khubaib) (2006-10-19)
Re: compiler optimization project egor.pasko@gmail.com (2006-10-24)
Re: compiler optimization project 148f3wg02@sneakemail.com (Karsten Nyblad) (2006-10-26)
Re: compiler optimization project ian.rogers@manchester.ac.uk (Ian Rogers) (2006-10-28)
Re: compiler optimization project mwso@earthlink.net (Gary Oblock) (2006-10-28)
| List of all articles for this month |

From: Ian Rogers <ian.rogers@manchester.ac.uk>
Newsgroups: comp.compilers
Date: 28 Oct 2006 01:25:23 -0400
Organization: School of Computer Science, University of Manchester, U.K.
References: 06-10-072
Keywords: optimize, Java
Posted-Date: 28 Oct 2006 01:25:23 EDT

Hi k,


For involvement in the Jikes RVM project you should subscribe to the
Jikes RVM researchers mailing list. All of the information you need is
at the website:
http://jikesrvm.sourceforge.net/


You can get a good feeling for what's state-of-the-art by looking at the
publications:
http://jikesrvm.sourceforge.net/wiki/index.php/Publications


For CMP optimization you may also want to check the papers on our website:
http://www.cs.manchester.ac.uk/apt/projects/jamaica/


The register allocator in the Jikes RVM is currently just linear scan. A
graph coloring allocator would be an improvement over this and an
interesting project.


Regards,


Ian Rogers


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.