Title | MPS lacks example GC code - a "hello-world with GC" for beginners |
Status | closed |
Priority | essential |
Assigned user | Richard Brooksby |
Organization | Ravenbrook |
Description | MPS lacks example GC code - a "hello-world with GC" for beginners Related jobs: job001367 -- simplest hello-world, with manual management RHSK 2006-05-15 It's hard to get started using GC -- hard to know which parts of the MPS are important. We should write the simplest possible example of the MPS collecting some garbage. |
Analysis | RHSK 2006-05-15 Simplest is to use mps_arena_collect(), and show it successfully discriminating between live and dead objects. Keep it really simple. Remember that the audience for this example may not be familiar with how GC works. Pitch source comments at a general GC tutorial level. |
How found | unknown |
Evidence | Inspection. |
Observed in | 1.106.2 |
Introduced in | 1.100.0 |
Created by | Richard Kistruck |
Created on | 2006-05-15 11:48:39 |
Last modified by | Richard Brooksby |
Last modified on | 2012-09-21 20:43:34 |
History | 2006-05-15 RHSK Created. |
Change | Effect | Date | User | Description |
---|---|---|---|---|
179429 | closed | 2012-09-11 16:41:33 | Richard Brooksby | Integrating branch/2012-09-10/scheme-example |