[m-rev.] for review: improvements to bitmap.m [1]
Julien Fischer
juliensf at csse.unimelb.edu.au
Fri Feb 16 13:47:49 AEDT 2007
On Sun, 11 Feb 2007, Simon Taylor wrote:
> Estimated hours taken: 80
> Branches: main
>
> Improvements for bitmap.m, to make it more useable as a general container
> for binary data.
This change breaks the deep profiling grades (and possibly also the
debugging ones). There is a fundamental problem with the way the
bitmap type is defined. It's a foreign type but (parts of) the runtime also
treat it as though it were a builtin type.
This is a problem because the runtime is now referring to entities that
are defined in the library. The solution here is to make it either one
or the other.
Julien.
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list