[m-rev.] for review: deep profiling fixes, determinism algorithm change
Zoltan Somogyi
zs at cs.mu.OZ.AU
Wed Aug 14 16:36:32 AEST 2002
On 14-Aug-2002, Fergus Henderson <fjh at cs.mu.OZ.AU> wrote:
> Hmm. Why is "or" more expensive than integer addition?
> Note that using | rather than || would be fine, e.g.
>
> MR_bool x, y, z;
> ...
> z = x | y;
I hadn't though of that.
> > +++ ws86/tools/lmc Wed Aug 14 14:22:05 2002
> > @@ -22,6 +22,15 @@
> ...
> > +# You can ask for additional C flags to compile with by setting the environment
> > +# variable MMC_ADDED_CFLAGS to those flags. Setting up this environment
> > +# variable one can be more convenient than repeatedbly supplying
> > +"--cflag <flag>" arguments on the command line.
>
> s/repeatedbly/repeatedly/
Actually, the more important problem with what you quoted is the lack of #
before the next line ...
I have done all the changes you asked for.
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