[Openmcl-devel] TRACEing recursive functions
Marco Baringer
mb at bese.it
Fri Mar 21 11:05:33 PST 2003
Gary Byers <gb at clozure.com> writes:
> There are a couple of ways to override this:
>
> a) It can't make those assumptions in the presence of NOTINLINE
> declarations:
>
> b) The "policy" under which code is compiled can be changed to disallow
> this (or to allow it only under certain conditions). The default policy
> allows inlining self-calls (when NOTINLINE is not a factor) unless
> (OPTIMIZE (DEBUG 3)) is in effect; that could be changed (for example)
> via:
these are prefect, (declare (optimize (debug 3))) is what i was
looking for (i was sure i'd tried that). thanks.
--
-Marco
Ring the bells that still can ring.
Forget your perfect offering.
There is a crack in everything.
That's how the light gets in.
-Leonard Cohen
_______________________________________________
Openmcl-devel mailing list
Openmcl-devel at clozure.com
http://clozure.com/cgi-bin/mailman/listinfo/openmcl-devel
More information about the Openmcl-devel
mailing list