ssa12.bib

@article{fitzgerald00marmot,
  author = {Robert Fitzgerald and Todd B. Knoblock and Erik Ruf and
                  Bjarne Steensgaard and David Tarditi},
  title = {Marmot: an optimizing compiler for {Java}},
  journal = {Software---Practice and Experience},
  volume = {30},
  number = {3},
  pages = {199--232},
  year = {2000},
  abstract = {describes design and implementation of Marmot - uses SSA,
                  buth as some criticism for how hard it is to do
                  transformations efficiently in SSA.},
  url = {http://research.microsoft.com/research/pubs/view.aspx?type=Technical%20Report&id=267}
}
@misc{sun99hotspot,
  title = {{J}ava {H}ot{S}pot},
  key = {Sun99},
  year = {1999},
  abstract = {Just a website with a link to a white paper, no real detail
                  here. However it does mention that the HotSpot server VM
                  uses an SSA-based IR.},
  url = {http://java.sun.com/products/hotspot/docs/whitepaper/Java_HotSpot_WP_Final_4_30_01.html}
}
@article{kotzmann08design,
  author = {Kotzmann, Thomas and Wimmer, Christian and M\"{o}ssenb\"{o}ck, Hanspeter and Rodriguez, Thomas and Russell, Kenneth and Cox, David},
  title = {Design of the {J}ava {H}ot{S}pot client compiler for Java 6},
  journal = {ACM Transactions on Architure and Code Optimization},
  volume = {5},
  number = {1},
  year = {2008},
  pages = {1--32},
  doi = {http://doi.acm.org/10.1145/1369396.1370017},
  remarks = {outlines how SSA can give good optimizations and low compile time, for JIT compiler}
}
@inproceedings{novillo03treessa,
  author = {Diego Novillo},
  title = {Tree{SSA} A new optimization infrastructure for {GCC}},
  booktitle = {Proceedings of the 2003 GCC Developers' Summit},
  year = {2003},
  pages = {181--193},
  abstract = {},
  url = {http://people.redhat.com/dnovillo/Papers/tree-ssa-gccs03.pdf}
}
@article{alpern00jalapeno,
  title = {The {J}alape\~{n}o Virtual Machine},
  author = {B. Alpern and C. R. Attanasio and J. J. Barton and
                  M. G. Burke and P .Cheng and J.-D. Choi and A. Cocchi and
                  S. J. Fink and D. Grove and M. Hind and S. F. Hummel and
                  D. Lieber and V. Litvinov and M. F. Mergen and T. Ngo and
                  J. R. Russell and V. Sarkar and M. J. Serrano and
                  J. C. Shepherd and S. E. Smith and V. C. Sreedhar and
                  H. Srinivasan and J. Whaley},
  journal = {IBM Systems Journal},
  volume = {39},
  number = {1},
  month = {Feb},
  year = {2000},
  abstract = {},
  url = {http://www.research.ibm.com/journal/sj/391/alpern.html}
}

This file was generated by bibtex2html 1.96.