parent
6a66eb57d3
commit
c2db9f3577
|
@ -50,7 +50,7 @@ from swiss-ftp.ai.mit.edu [18.43.0.246].<BR>
|
|||
</P>
|
||||
|
||||
<P>Galapagos is built over the SCM interpreter version 4e4 written by Aubrey
|
||||
Jaffer <jaffer@ai.mit.edu>.<BR>
|
||||
Jaffer.<BR>
|
||||
<BR>
|
||||
<BR>
|
||||
</P>
|
||||
|
|
|
@ -56,16 +56,15 @@ in <B>Topics in Advanced Language Implementation</B>, edited by Peter Lee. </LI>
|
|||
<LI>The Programmers:
|
||||
<P>
|
||||
<UL>
|
||||
<LI><A href="http://www.cs.bgu.ac.il/~elad">Elad's Spot on the Web</A> <<TT><A href="mailto:elad@cs.bgu.ac.il">elad@cs.bgu.ac.il</A></TT>></LI>
|
||||
<LI><A href="http://www.cs.bgu.ac.il/~elad">Elad's Spot on the Web</A></LI>
|
||||
<P>
|
||||
<LI><A href="http://www.cs.bgu.ac.il/~tebeka">Miki's Terrible Homepage</A> <<TT><A href="mailto:tebeka@cs.bgu.ac.il">tebeka@cs.bgu.ac.il</A></TT>></LI>
|
||||
<LI><A href="http://www.cs.bgu.ac.il/~tebeka">Miki's Terrible Homepage</A></LI>
|
||||
<P></UL>
|
||||
|
||||
<LI>The Advisor:
|
||||
<P>
|
||||
<UL>
|
||||
<LI><A href="http://www.cs.bgu.ac.il/~elhadad">Dr. Michael Elhadad</A>
|
||||
<<TT><A href="mailto:elhadad@cs.bgu.ac.il">elhadad@cs.bgu.ac.il</A></TT>></LI>
|
||||
<LI><A href="http://www.cs.bgu.ac.il/~elhadad">Dr. Michael Elhadad</A></LI>
|
||||
</UL>
|
||||
|
||||
</UL>
|
||||
|
|
|
@ -97,7 +97,7 @@ in detail in the section dealing with garbage collection.<BR>
|
|||
then discuss the modifications done to adapt it to Galapagos's multithreading
|
||||
computations. It should be noted that the garbage collector used is a portable
|
||||
garbage collector taken from "SCHEME IN ONE DEFUN, BUT IN C THIS TIME",
|
||||
by George J Carrette <gjc@world.std.com>. <BR>
|
||||
by George J Carrette.<BR>
|
||||
</P>
|
||||
|
||||
<P>SCM uses a conservative Mark & Sweep garbage collector (GC). All
|
||||
|
|
Loading…
Reference in New Issue