target 1.3 vms
[nestedvm.git] / doc / ivme04.bib
1 @article{ibex,
2     author = "Adam Megacz",
3     title = "The Ibex Reference",
4     note    =  "\url{http://www.ibex.org/reference.pdf}" }
5
6 @article{jmm,
7     author = "William Pugh",
8     title = "The Java memory model is fatally flawed",
9     journal = "Concurrency: Practice and Experience",
10     pages = "1-11",
11     year = "2000" }
12
13 @techreport{lcc,
14     author = "C. W. Fraser and D. R. Hanson",
15     title = "A Retargetable Compiler for {ANSI} {C}",
16     number = "CS--TR--303--91",
17     address = "Princeton, N.J.",
18     year = "1991",
19     note = "\url{citeseer.ist.psu.edu/fraser91retargetable.html}" }
20
21
22 @inproceedings{mohca,
23     author = "Scott Malabarba and Premkumar T. Devanbu and Aaron Stearns",
24     title = "MoHCA-Java: A Tool for C++ to Java Conversion Support",
25     booktitle = "International Conference on Software Engineering",
26     pages = "650-653",
27     year = "1999" }
28
29 @book{java,
30     author = "James Gosling and others",
31     title = "The {Java} Language Specification",
32     publisher = "GOTOP Information Inc.",
33     year = "1996",
34     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",
35 }
36
37 @article{capp,
38    title = "Cappuccino -- A C++ To Java Translator",
39    author = "Frank Buddrus and Jorg Schodel",
40    journal = "Proceedings of the 1998 ACM symposium on Applied Computing",
41    year = "1998" }
42
43 @misc{hotspot,
44    title = "The Java Hotspot performance engine architecture",
45    note =  "\url{http://java.sun.com/products/hotspot/whitepaper.html}",
46    year = "1999" }
47
48 @article{KR,
49    author = "Kernighan, B. W. and Ritchie, D. M.",
50    year = "1979",
51    title = "The C Programming Language",
52    publisher = "Englewood Cliffs, NJ: Prentice-Hall" }
53
54 @article{soustroup,
55    author = "B. Stroustrup.",
56    title = "The C++ Programming Language",
57    publisher = "Addison-Wesley",
58    year = "1997" }
59
60 @misc{csharp,
61    title = "The C\# Programming Language",
62    note =  "\url{http://download.microsoft.com/download/0/a/c/0acb3585-3f3f-4169-ad61-efc9f0176788/CSharp.zip}" }
63
64 @book{jni,
65    title = "The Java Native Interface: Programmer's Guide and Specification",
66    author = "Sheng Liang",
67    publisher = "Addison Wesley Longman, Inc.",
68    year = "1999" }
69
70 @misc{cni,
71    title = "The Cygnus Native Interface for C++/Java Integration",
72    note =  "\url{http://gcc.gnu.org/java/papers/cni/t1.html}" }
73
74 @misc{j2me,
75    note =  "\url{http://java.sun.com/j2me/docs/index.html}" }
76
77 @misc{parrot,
78    note  =  "\url{http://www.parrotcode.org}" }
79
80 @misc{python,
81    note =  "\url{http://www.python.org}" }
82
83 @misc{jazillian, 
84    note =  "\url{http://www.jazillian.com/}" }
85
86 @article{c2j,
87    note =  "C2J: a C to Java translator",
88    year = "September 2001",
89    author = "Novosoft"  }
90
91 @inproceedings{ephedra,
92    author = "Johannes Martin and Hausi Muller",
93    title = "Strategies for Migration from C to Java",
94    publisher = "5th European Conference for Software Maintenance  and Reengineering",
95    month = "March",
96    year = "2001"
97
98
99 @article{egcsjvm,
100    author = "T. Waddington",
101    title = "Java Backend for GCC",
102    note =  "\url{http://archive.csee.uq.edu.au/\~csmweb/uqbt.html\#gccjvm}",
103    year = "November 2000" }
104
105 @misc{gcc,
106    note =  "\url{http://gcc.gnu.org/}" }
107
108 @misc{jikes,
109    note =  "\url{http://www-124.ibm.com/developerworks/oss/jikes/}" }
110
111 @misc{msil,
112    note =  "\url{http://research.microsoft.com/~emeijer/Papers/CLR.pdf}" }
113
114