Downloadliste

Projektbeschreibung

RC is a dialect of C that adds safe, region-based
memory management to C. Region-based memory
management allocates objects in a
program-specified region. Objects cannot be freed
individually; instead regions are deleted with all
their contained objects. RC is safe, since for
each region, r, it maintains a reference count of
the number of external pointers to objects in r
(i.e. of pointers not stored within r). Deleting a
region with a non-zero reference count causes a
runtime error (abort). RC's compiler, rcc, is
based on gcc.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-03-02 16:13
1

Tags: Initial freshmeat announcement

Project Resources