MPS issue job001383

TitleMPS lacks example GC code - a "hello-world with GC" for beginners
Statusclosed
Priorityessential
Assigned userRichard Brooksby
OrganizationRavenbrook
DescriptionMPS 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.
AnalysisRHSK 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 foundunknown
EvidenceInspection.
Observed in1.106.2
Introduced in1.100.0
Created byRichard Kistruck
Created on2006-05-15 11:48:39
Last modified byRichard Brooksby
Last modified on2012-09-21 20:43:34
History2006-05-15 RHSK Created.

Fixes

Change Effect Date User Description
179429 closed 2012-09-11 16:41:33 Richard Brooksby Integrating branch/2012-09-10/scheme-example