Re: Incrementally implementing a simple ML compiler using LLVM

=?ISO-8859-1?Q?Pertti_Kellom=E4ki?= <pertti.kellomaki@tut.fi>
Thu, 29 Nov 2007 10:55:42 +0200

          From comp.compilers

Related articles
Incrementally implementing a simple ML compiler using LLVM usenet@jdh30.plus.com (Jon Harrop) (2007-11-26)
Re: Incrementally implementing a simple ML compiler using LLVM torbenm@app-2.diku.dk (2007-11-27)
Re: Incrementally implementing a simple ML compiler using LLVM gneuner2@comcast.net (George Neuner) (2007-11-28)
Re: Incrementally implementing a simple ML compiler using LLVM pertti.kellomaki@tut.fi (=?ISO-8859-1?Q?Pertti_Kellom=E4ki?=) (2007-11-29)
Re: Incrementally implementing a simple ML compiler using LLVM jo@durchholz.org (Joachim Durchholz) (2007-11-29)
Re: Incrementally implementing a simple ML compiler using LLVM usenet@jdh30.plus.com (Jon Harrop) (2007-11-30)
| List of all articles for this month |

From: =?ISO-8859-1?Q?Pertti_Kellom=E4ki?= <pertti.kellomaki@tut.fi>
Newsgroups: comp.compilers
Date: Thu, 29 Nov 2007 10:55:42 +0200
Organization: Compilers Central
References: 07-11-072 07-11-077
Keywords: ML, GC
Posted-Date: 29 Nov 2007 23:57:58 EST

George Neuner wrote
> If you are really interested in GC implementation, you should read the
> bible:
> Jones & Lins, "Garbage Collection: Algorithms for Automatic Dynamic
> Memory Management", 1996, ISBN 0-471-94148-4.
> http://www.wiley.com/WileyCDA/WileyTitle/productCd-0471941484.html
>
> Also see Richard Jones's GC pages:
> http://www.cs.kent.ac.uk/people/staff/rej/gc.html
> http://www.cs.kent.ac.uk/people/staff/rej/gcbib/gcbibM.html


Wilson's Uniprocessor Garbage Collection is also a good source:
<ftp://ftp.cs.utexas.edu/pub/garbage/bigsurv.ps>
--
Pertti



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.