[m-rev.] for review: put almost all layout structures in arrays

Zoltan Somogyi zs at csse.unimelb.edu.au
Mon Nov 2 19:18:43 AEDT 2009


On 02-Nov-2009, Peter Wang <novalazy at gmail.com> wrote:
> Many of the tests in tests/debugger are currently broken with
> asm_fast.gc.debug/decldebug.  I believe it's due to this change.

Since this diff changes both the runtime structures and the compiler code
that generates those structures, it works only if the two are in sync.
Are you sure that they are? With debugging enabled, old runtimes with new
compiler or new runtimes with old compiler will both generate (expected)
problems, for which the fix is to update the old component. I have done that
on my laptop, and things work for me just fine.

Zoltan.
--------------------------------------------------------------------------
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