forked from larcenists/larcenists.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresearch.html
236 lines (211 loc) · 8.05 KB
/
research.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="default.css" rel="stylesheet" type="text/css" />
<title>
The Larceny Project -- Research
</title>
<style type="text/css">
.red { color: red; }
</style>
</head>
<body>
<!-- start header -->
<div id="strip1"> </div>
<div id="strip2"> </div>
<div id="header">
<div id="logo">
<h1><a href="#">
<img src="images/larceny.png" alt="The Larceny Project"/>
</a>
</h1>
</div>
</div>
<!-- end header -->
<!-- start page -->
<div id="page">
<!-- start content -->
<div id="content">
<div class="post">
<h1 class="title">Research in Larceny</h1>
<div class="entry">
<p>
Larceny was created originally as a test vehicle for research on
<a href="http://www.cesura17.net/~will/Professional/Research/Presentations/GC/index.html">garbage
collection</a> and
<a href="twobit.html">compiler optimizations</a>,
and
has grown into a major multiplatform system.
Development of Larceny has been supported by
NSF, Sun Microsystems, and Microsoft.
</p>
</div>
</div>
<div class="post">
<h1 class="title">Publications</h1>
<ul class="bib">
<li>Lars Thomas Hansen, <em>The Impact of Programming Style on the
Performance of Scheme Programs</em>. M.S. thesis, University of Oregon
Department of Computer and Information Science, August 1992.
</li>
<li><a href="http://www.cesura17.net/~will/">William D Clinger</a>
and
<a href="http://www.ccs.neu.edu/home/lth">Lars Thomas Hansen</a>.
<a href="http://portal.acm.org/citation.cfm?id=156786">Lambda,
the ultimate label, or a simple optimizing compiler for Scheme</a>.
In the <em>Proceedings of the 1994 ACM conference on LISP and Functional
Programming</em>, SIGPLAN Lisp Pointers 7(3) (July-September 1994),
pages 128-139.
</li>
<li> William D Clinger and Lars T Hansen,
<a href="http://www.cesura17.net/~will/Professional/Research/Papers/radioactive.pdf">
Generational garbage collection
and the radioactive decay model</a>.
<em>Proceedings of the 1997 ACM Conference on Programming Language
Design and Implementation</em>.
</li>
<li> <a href="http://www.cesura17.net/~will/">William
D Clinger</a>, Anne H Hartheimer, and Eric M Ost.
<a href="http://www.springerlink.com/content/h5808n962434j275/fulltext.pdf">
Implementation strategies for first-class continuations</a>.
In
<em><a href="http://www.springerlink.com/content/1573-0557/">Journal
of Higher Order and Symbolic Computation</a></em>,
12(1), 1999, pages 7-45.
(Click on Volume 11, Number 1 to navigate to the web page that
contains a link to the PDF.)
</li>
<li> Lars T Hansen.
<em><a href="http://www.ccs.neu.edu/home/lth/thesis/index.html">Older-first
garbage collection in practice</a></em>.
PhD dissertation, Northeastern University, November 2000.
</li>
<li> Lars T Hansen and
<a href="http://www.cesura17.net/~will/">William
D Clinger</a>.
<a href="ftp://ftp.ccs.neu.edu/pub/people/will/p131-hansen.pdf">
An experimental study of renewal-older-first garbage collection</a>.
<em>Proceedings of the 2002 ACM
<a href="http://icfp2002.cs.brown.edu/">International Conference on
Functional Programming</a></em>, October 2002.
</li>
<li> <a href="http://www.cesura17.net/~will/">William
D Clinger</a>.
<a href="http://www.cesura17.net/~will/Professional/Research/Presentations/ILC2005/commonLarceny.pdf">Common Larceny</a>.
In the <em>Proceedings of the 2005 International Lisp Conference</em>,
June 2005, pages 101-107.
The
<a href="http://www.cesura17.net/~will/Professional/Research/Presentations/ILC2005/Slides/title.html">slides from the presentation are also online</a>.
</li>
<li> <a href="http://www.cesura17.net/~will/">William
D Clinger</a> and
Fabio V Rojas.
<a href="http://dx.doi.org/10.1016/j.scico.2006.02.005">
Linear combinations of radioactive decay models for
generational garbage collection</a>.
In <em>Science of Computer Programming</em>,
Volume 62, Issue 2, 1 October 2006, pages 184-203.
</li>
<li> <a href="http://www.cesura17.net/~will/">William
D Clinger</a>.
<a href="http://scheme2006.cs.uchicago.edu/07-clinger.pdf">
Rapid case dispatch in Scheme</a>.
In the
<a href="http://scheme2006.cs.uchicago.edu/scheme2006.pdf">
<em>Proceedings of the 2006 Scheme and Functional Programming
Workshop</em></a>, University of Chicago TR-2006-06,
September 2006, pages 63-69.
</li>
<li><a href="http://www.cesura17.net/~will/">William
D Clinger</a> and
<a href="http://www.ccs.neu.edu/home/pnkfelix/">Felix S Klock II</a>.
<a href="http://www.cesura17.net/~will/Professional/Research/Papers/gfremsets.pdf">
Scalable garbage collection with guaranteed MMU</a>.
In the
<!-- a href="http://scheme2006.cs.uchicago.edu/scheme2006.pdf" -->
<a href="http://users.csc.calpoly.edu/~clements/scheme-workshop-2009/scheme2009.pdf">
<em>Proceedings of the 2009 Workshop on
Scheme and Functional Programming</em></a>,
Northeastern University, 22 August 2009, pages 14-25.
</li>
<li><a href="http://www.ccs.neu.edu/home/pnkfelix/">Felix S Klock II</a>.
<em><a href="http://www.cesura17.net/~will/Professional/Research/Papers/Klock/klock11-diss.pdf">Scalable Garbage Collection via Remembered Set
Summarization and Refinement</a></em>.
PhD dissertation, Northeastern University, January 2011.
</li>
<li><a href="http://www.ccs.neu.edu/home/pnkfelix/">Felix S Klock II</a>
and
<a href="http://www.cesura17.net/~will/">William D Clinger</a>.
<a href="http://www.cesura17.net/~will/Professional/Research/Papers/boundedLatencyGC.pdf">Bounded-latency regional garbage collection</a>.
Proceedings of the
<a href="http://splashcon.org/2011/program/dls">2011
Dynamic Languages Symposium</a> (DLS 2011),
24 October 2011, pages 73-83.
(<a href="http://www.cesura17.net/~will/Professional/Research/Papers/boundedLatencyGC.pdf">Preprint</a> and
<a href="http://www.cesura17.net/~will/Professional/Research/Papers/boundedLatencyGCslides.pdf">slides</a> from the presentation.)
</li>
</ul>
</div>
</div>
<!-- end content -->
<!-- start sidebar -->
<div id="sidebar">
<ul>
<li>
<h2><b>Download</b> Larceny</h2>
<ul>
<li><a href="download.html"><strong>Larceny</strong>
</a></li>
<li><a href="download-petit.html"><strong>Petit
Larceny</strong></a></li>
<li><a href="CommonLarceny/download.html"><strong>Common
Larceny</strong>
</a></li>
<li><a href="licensing.html">Licensing</a></li>
</ul>
</li>
<li>
<h2><b>About</b> Larceny</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="overview.html">Overview</a></li>
<li><a href="doc.html">Documentation</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="dev.html">Development</a></li>
<li><a href="history.html">History</a></li>
<li><a href="benchmarks.html">Benchmarks</a></li>
</ul>
</li>
</ul>
</div>
<!-- end sidebar -->
<div style="clear: both;"> </div>
<!-- end page -->
<!-- hr />
<p>
<a href="http://validator.w3.org/check/referer"><img
style="border:0;width:88px;height:31px"
src="http://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0!" height="31" width="88" /></a>
</p>
<div>
<a href="mailto:[email protected]">[email protected]</a><br />
</div>
<p>
Last updated (not yet checked in!) 13 March 2015.
</p -->
</div>
<!-- start footer -->
<div id="footer">
<p id="legal">© 2008 William D Clinger.
Design by <a href="http://www.nodethirtythree.com/">NodeThirtyThree</a>
and <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.
</p>
</div>
<!-- end footer -->
</body>
</html>