[m-dev.] New conservative GC
Julien Fischer
juliensf at csse.unimelb.edu.au
Thu Apr 12 14:55:34 AEST 2007
On Thu, 12 Apr 2007, Ralph Becket wrote:
> Can someone give me any pointers as to where I should start looking in
> the Mercury code for adding a .hgc grade? In particular, I need to
> ensure that
> (1) the collector is initialised at the start-of-day;
MR_init_conservative_gc() in runtime/mercury_wrapper.c.
...
> (4) tail-call-modulo-cons and CTGC are disabled (they are incompatible
> with assumption (b)) when HGC is being used.
compiler/handle_options.m.
Julien.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to: mercury-developers at csse.unimelb.edu.au
Administrative Queries: owner-mercury-developers at csse.unimelb.edu.au
Subscriptions: mercury-developers-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the developers
mailing list