[m-dev.] for review: options to switch off RTTI features.
Fergus Henderson
fjh at cs.mu.OZ.AU
Wed May 26 12:54:33 AEST 1999
On 25-May-1999, Tyson Dowd <trd at cs.mu.OZ.AU> wrote:
> +++ options.m 1999/05/25 02:11:04
> @@ -181,6 +181,23 @@
> % where typeinfos are live for any live data
> % the includes that type variable.
> ; typeinfo_liveness
> + % Generate unify and compare preds. For
> + % measurement only. code generated with
> + % this set to `no' is unlikely to
> + % actually work.
s/code/ Code/
> + ; special_preds
> + % Generate type_ctor_info structures.
> + % For measurement only -- turn this off
> + % and you're unlikey to be able to link.
s/unlikey/unlikely/
I also suggest s/turn this off and/if you turn this off, then/
> + ; type_ctor_info
> + % Generate type_ctor_layout structures.
> + % For measurement only -- turn this off
> + % and you're unlikey to be able to link.
> + ; type_ctor_layout
> + % Generate type_ctor_functors structures.
> + % For measurement only -- turn this off
> + % and you're unlikey to be able to link.
Ditto.
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh> | of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3 | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to: mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions: mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------
More information about the developers
mailing list