[m-rev.] diff: debugger todo list
Zoltan Somogyi
zs at cs.mu.OZ.AU
Fri Jan 10 16:09:54 AEDT 2003
On 10-Jan-2003, Simon Taylor <stayl at cs.mu.OZ.AU> wrote:
> +<li> trace builtins and semidet unifications
Implementing this would not be difficult, but it would increase the overhead
of debugging hugely; it could double both the time and the code size overheads.
Given that builtins and unifications cannot have implementation errors inside
them, this is too high a price.
The right way to trace builtins is with a selectively used bytecode
interpreter.
Zoltan.
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list