[mercury-users] dynamic linking, Guile

Zoltan Somogyi zs at csse.unimelb.edu.au
Tue Feb 9 12:00:59 AEDT 2010


On 09-Feb-2010, Peter Wang <novalazy at gmail.com> wrote:
> The changes are not extensive and are not crucial; search for "mercury"
> (case insensitive) in the boehm_gc directory.

At least one change from the default is crucial. By default, boehm considers
only pointers to the first byte of a heap cell to be a reference to it,
but due to our use of tagged pointers, any version used with Mercury programs
has to consider any reference to any byte in the first word of heap cell
to be a reference to it.

Zoltan.
--------------------------------------------------------------------------
mercury-users mailing list
Post messages to:       mercury-users at csse.unimelb.edu.au
Administrative Queries: owner-mercury-users at csse.unimelb.edu.au
Subscriptions:          mercury-users-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the users mailing list