File: Credits

package info (click to toggle)
mlton 20061107-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 27,828 kB
  • ctags: 61,118
  • sloc: ansic: 11,446; makefile: 1,339; sh: 1,160; lisp: 900; pascal: 256; asm: 97
file content (260 lines) | stat: -rw-r--r-- 8,565 bytes parent folder | download
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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta name="robots" content="index,nofollow">



<title>Credits - MLton Standard ML Compiler (SML Compiler)</title>
<link rel="stylesheet" type="text/css" charset="iso-8859-1" media="all" href="common.css">
<link rel="stylesheet" type="text/css" charset="iso-8859-1" media="screen" href="screen.css">
<link rel="stylesheet" type="text/css" charset="iso-8859-1" media="print" href="print.css">


<link rel="Start" href="Home">


</head>

<body lang="en" dir="ltr">

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-833377-1";
urchinTracker();
</script>
<table bgcolor = lightblue cellspacing = 0 style = "border: 0px;" width = 100%>
  <tr>
    <td style = "
		border: 0px;
		color: darkblue; 
		font-size: 150%;
		text-align: left;">
      <a class = mltona href="Home">MLton 20061025</a>
    <td style = "
		border: 0px;
		font-size: 150%;
		text-align: center;
		width: 50%;">
      Credits
    <td style = "
		border: 0px;
		text-align: right;">
      <table cellspacing = 0 style = "border: 0px">
        <tr style = "vertical-align: middle;">
      </table>
  <tr style = "background-color: white;">
    <td colspan = 3
	style = "
		border: 0px;
		font-size:70%;
		text-align: right;">
      <a href = "Home">Home</a>
      &nbsp;<a href = "Index">Index</a>
      &nbsp;
</table>
<div id="content" lang="en" dir="ltr">
MLton was designed and implemented by <a href="HenryCejtin">HenryCejtin</a>, <a href="MatthewFluet">MatthewFluet</a>, <a href="SureshJagannathan">SureshJagannathan</a>, and <a href="StephenWeeks">StephenWeeks</a>. 
    <ul>

    <li>
<p>
 <a href="HenryCejtin">HenryCejtin</a> wrote the <tt>IntInf</tt> implementation, the original  profiler, the original man pages, the <tt>.spec</tt> files for the RPMs,  and lots of little hacks to speed stuff up.  
</p>
</li>
    <li class="gap">
<p>
 <a href="MatthewFluet">MatthewFluet</a> implemented the X86 native code generator, ported  <tt>mlprof</tt> to work with the native code generator, did a lot of work  on the SSA optimizer, both adding new optimizations and improving or  porting existing optimizations, updated the   <a href="BasisLibrary">Basis Library</a> implementation, ported  <a href="ConcurrentML">ConcurrentML</a> and <a href="MLNLFFI">ML-NLFFI</a> to MLton, and implemented the   <a href="MLBasis"> ML Basis system</a>.  
</p>
</li>
    <li class="gap">
<p>
 <a href="SureshJagannathan">SureshJagannathan</a> implemented some early inlining and uncurrying  optimizations.  
</p>
</li>
    <li class="gap">
<p>
 <a href="StephenWeeks">StephenWeeks</a> implemented most of the original version of MLton, and  continues to keep his fingers in most every part.  
</p>
</li>

    </ul>


<p>
Many people have helped us over the years.  Here is an alphabetical list. 
</p>

    <ul>

    <li>
<p>
 <a href="JesperLouisAndersen">JesperLouisAndersen</a> sent several patches to improve the runtime on  FreeBSD and ported MLton to run on NetBSD and OpenBSD.  
</p>
</li>
    <li class="gap">
<p>
 <a href="JohnnyAndersen">JohnnyAndersen</a> implemented <tt>BinIO</tt>, modified MLton so it could  cross compile to MinGW, and provided useful discussion about  cross-compilation. 
</p>
</li>
    <li class="gap">
<p>
 Alain Deutsch and   <a class="external" href="http://www.polyspace.com/"><img src="moin-www.png" alt="[WWW]" height="11" width="11">PolySpace Technologies</a> provided many bug  fixes and runtime system improvements, code to help the Sparc/Solaris  port, and funded a number of improvements to MLton. 
</p>
</li>
    <li class="gap">
<p>
 Martin Elsman provided helpful discussions in the development of  the <a href="MLBasis">ML Basis system</a>.  
</p>
</li>
    <li class="gap">
<p>
 Brent Fulgham ported MLton most of the way to MinGW. 
</p>
</li>
    <li class="gap">
<p>
 Adam Goode provided the script to build the PDF MLton Guide. 
</p>
</li>
    <li class="gap">
<p>
 Simon Helsen provided bug reports, suggestions, and helpful  discussions.  
</p>
</li>
    <li class="gap">
<p>
 Joe Hurd provided useful discussion and feedback on source-level  profiling.  
</p>
</li>
    <li class="gap">
<p>
 <a href="VesaKarvonen">VesaKarvonen</a> contributed <tt>esml-mode.el</tt> (see <a href="Emacs">Emacs</a>) and  patches for improving match warnings. 
</p>
</li>
    <li class="gap">
<p>
 Richard Kelsey provided helpful discussions. 
</p>
</li>
    <li class="gap">
<p>
 Ville Laurikari ported MLton to HPPA/HP-UX. 
</p>
</li>
    <li class="gap">
<p>
 Geoffrey Mainland helped with FreeBSD packaging. 
</p>
</li>
    <li class="gap">
<p>
 Eric <a class="nonexistent" href="McCorkle">McCorkle</a> ported MLton to Intel Mac. 
</p>
</li>
    <li class="gap">
<p>
 <a href="TomMurphy">TomMurphy</a> wrote the original version of <tt>MLton.Syslog</tt> as part  of his <tt>mlftpd</tt> project, and has sent many useful bug reports and  suggestions.  
</p>
</li>
    <li class="gap">
<p>
 Michael Neumann helped to patch the runtime to compile under  FreeBSD.  
</p>
</li>
    <li class="gap">
<p>
 Barak Pearlmutter built the original  <a class="external" href="http://packages.debian.org/mlton"><img src="moin-www.png" alt="[WWW]" height="11" width="11">Debian package</a> for MLton, and  helped us to take over the process.  
</p>
</li>
    <li class="gap">
<p>
 Filip Pizlo ported MLton to Darwin. 
</p>
</li>
    <li class="gap">
<p>
 Sam Rushing ported MLton to FreeBSD. 
</p>
</li>
    <li class="gap">
<p>
 Jeffrey Mark Siskind provided helpful discussions and inspiration  with his Stalin Scheme compiler.  
</p>
</li>
    <li class="gap">
<p>
 <a href="WesleyTerpstra">WesleyTerpstra</a> added support for <tt>MLton.Process.create</tt>, made  a number of contributions to the <a href="ForeignFunctionInterface">ForeignFunctionInterface</a>, and  contributed a number of other runtime system patches. 
</p>
</li>
    <li class="gap">
<p>
 Luke Ziarek assisted in porting MLton to Darwin. 
</p>
</li>

    </ul>


<p>
We have also benefited from other software development tools and used code from other sources. 
</p>

    <ul>

    <li>
<p>
 MLton was developed using   <a href="SMLNJ">Standard ML of New Jersey</a> and the  <a href="CompilationManager">Compilation Manager (CM)</a>  
</p>
</li>
    <li class="gap">
<p>
 MLton's lexer (<tt>mlton/frontend/ml.lex</tt>), parser  (<tt>mlton/frontend/ml.grm</tt>), and precedence-parser  (<tt>mlton/elaborate/precedence-parse.fun</tt>) are modified versions of  code from SML/NJ.  
</p>
</li>
    <li class="gap">
<p>
 The MLton <a href="BasisLibrary">Basis Library</a> implementation of  conversions between binary and decimal representations of reals uses  David Gay's <a class="external" href="http://www.netlib.org/fp/"><img src="moin-www.png" alt="[WWW]" height="11" width="11">gdtoa</a> library.  
</p>
</li>
    <li class="gap">
<p>
 The MLton <a href="BasisLibrary">Basis Library</a> implementation uses  modified versions of  portions of the the SML/NJ Basis Library  implementation modules <tt>OS.IO</tt>, <tt>Posix.IO</tt>, <tt>Process</tt>,  and <tt>Unix</tt>. 
</p>
</li>
    <li class="gap">
<p>
 The MLton <a href="BasisLibrary">Basis Library</a> implementation uses  modified versions of portions of the <a href="MLKit">ML Kit</a> Version 4.1.4  Basis Library implementation modules <tt>Path</tt>, <tt>Time</tt>, and  <tt>Date</tt>.   
</p>
</li>
    <li class="gap">
<p>
 Many of the benchmarks come from the SML/NJ benchmark suite. 
</p>
</li>
    <li class="gap">
<p>
 Many of the regression tests come from the ML Kit Version 4.1.4  distribution, which borrowed them from the  <a class="external" href="http://www.dina.kvl.dk/~sestoft/mosml.html"><img src="moin-www.png" alt="[WWW]" height="11" width="11">Moscow ML</a> distribution.  
</p>
</li>
    <li class="gap">
<p>
 MLton uses the [<a href="http://www.gnu.org/software/gmp/gmp.html">http://www.gnu.org/software/gmp/gmp.html</a> GNU  multiprecision library] for its implementation of <tt>IntInf</tt>.  
</p>
</li>
    <li class="gap">
<p>
 MLton's implementation of mllex, mlyacc, the   <a href="CKitLibrary">ckit Library</a>,   <a href="ConcurrentML">Concurrent ML</a>,   and <a href="MLNLFFI">ML-NLFFI</a>   are modified versions of code from SML/NJ. 
</p>
</li>
</ul>

</div>



<p>
<hr>
Last edited on 2006-10-11 18:32:42 by <span title="ppp-71-139-168-160.dsl.snfc21.pacbell.net"><a href="StephenWeeks">StephenWeeks</a></span>.
</body></html>