Browse thread
[Caml-list] Alternative Bytecodes for OCaml
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Yamagata Yoriyuki <yoriyuki@m...> |
| Subject: | Re: [Caml-list] Alternative Bytecodes for OCaml |
From: Richard Jones <rich@annexia.org> Subject: Re: [Caml-list] Alternative Bytecodes for OCaml Date: Fri, 27 Aug 2004 23:18:01 +0100 > More about Parrot & garbage collection, > although I'm still not sure if Parrot will do "proper" GC, or use > reference counting: I only have looked documents in http://www.parrotcode.org, but they indicates it will not use ref-counting. "You're not using reference counting. Why not?" in http://www.parrotcode.org/faq/ The doc is somewhat vague, but Parrot seems to use conservative mark&sweep GC. http://www.parrotcode.org/docs/pdd/pdd09_gc.html There are a lot of people in academia in this list. Maybe OCaml->Parrot compiler is a good project for undergraduates? -- Yamagata Yoriyuki ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners