merged Brian and Adams changes
[nestedvm.git] / doc / nestedvm.bib
diff --git a/doc/nestedvm.bib b/doc/nestedvm.bib
new file mode 100644 (file)
index 0000000..f4e4af4
--- /dev/null
@@ -0,0 +1,99 @@
+@inproceedings{mohca,
+    author = "Scott Malabarba and Premkumar T. Devanbu and Aaron Stearns",
+    title = "MoHCA-Java: A Tool for C++ to Java Conversion Support",
+    booktitle = "International Conference on Software Engineering",
+    pages = "650-653",
+    year = "1999",
+    note =  "citeseer.ist.psu.edu/malabarba99mohcajava.html" }
+
+@book{java,
+    author = "James Gosling and others",
+    title = "The {Java} Language Specification",
+    publisher = "GOTOP Information Inc.",
+    year = "1996",
+    address = "5F, No.7, Lane 50, Sec.3 Nan Kang Road Taipei, Taiwan; Unit 1905, Metro Plaza Tower 2, No. 223 Hing Fong Road, Kwai Chung, N.T., Hong Kong",
+    note =  "citeseer.ist.psu.edu/gosling96java.html" }
+
+@article{capp,
+   title = "Cappuccino -- A C++ To Java Translator",
+   author = "Frank Buddrus and Jorg Schodel",
+   journal = "Proceedings of the 1998 ACM symposium on Applied Computing",
+   year = "1998" }
+
+@misc{hotspot,
+   title = "The Java Hotspot performance engine architecture",
+   note =  "http://java.sun.com/products/hotspot/whitepaper.html",
+   year = "1999" }
+
+@article{KR,
+   author = "Kernighan, B. W. and Ritchie, D. M.",
+   year = "1979",
+   title = "The C Programming Language",
+   publisher = "Englewood Cliffs, NJ: Prentice-Hall" }
+
+@article{soustroup,
+   author = "B. Stroustrup.",
+   title = "The C++ Programming Language",
+   publisher = "Addison-Wesley",
+   year = "1997" }
+
+@misc{csharp,
+   title = "The C\# Programming Language",
+   note =  "http://download.microsoft.com/download/0/a/c/0acb3585-3f3f-4169-ad61-efc9f0176788/CSharp.zip" }
+
+@article{jni,
+   title = "The JavaTM Native Interface: Programmer's Guide and Specification",
+   author = "Sheng Liang",
+   publisher = "Addison Wesley Longman, Inc.",
+   year = "1999" }
+
+@misc{cni,
+   title = "The Cygnus Native Interface for C++/Java Integration",
+   note =  "http://gcc.gnu.org/java/papers/cni/t1.html" }
+
+@misc{j2me,
+   note =  "http://java.sun.com/j2me/docs/index.html" }
+
+@misc{parrot,
+   note =  "http://www.parrotcode.org" }
+
+@misc{python,
+   note =  "http://www.python.org" }
+
+@misc{jazillian, 
+   note =  "http://www.jazillian.com/" }
+
+@misc{c2j,
+   note =  "http://www.soften.ktu.lt/~stonis/c2java/" }
+
+@article{c2jpp,
+   note =  "C2J ?C to Java translator",
+   year = "September 2001",
+   author = "Novosoft",
+   note =  "http://www.novosoftus.com/NS2B.nsf/w1/C2J" }
+
+@article{ephedra,
+   author = "J. Martin",
+   title = "Ephedra: A C to Java Migration Environment",
+   publisher = "PhD thesis, University of Victoria",
+   year = "2002",
+   note =  "http://www.rigi.csc.uvic.ca/?jmartin/Ephedra" } 
+
+@article{egcsjvm,
+   author = "T. Waddington",
+   title = "Java Backend for GCC",
+   note =  "http://archive.csee.uq.edu.au/?csmweb/uqbt.html\#gccjvm",
+   year = "November 2000" }
+
+@misc{gcc,
+   note =  "http://gcc.gnu.org/" }
+
+@misc{jikes,
+   note =  "http://www-124.ibm.com/developerworks/oss/jikes/" }
+
+@misc{msil,
+   note =  "http://research.microsoft.com/~emeijer/Papers/CLR.pdf" }
+
+@misc{ibex,
+   note =  "http://www.ibex.org" }
+