axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] Hash problems


From: daly
Subject: Re: [Axiom-developer] Hash problems
Date: Fri, 27 Jun 2014 17:27:38 -0500

> Hi Tim!  Working on 2.6.11, and did something to prevent the
> hashing/memoization from taking place in pascal.input, e.g. pn(50)
> hangs.  How can I see what functions are being generated and trace the
> compiler?  )lisp (trace compile) does not work.

The function you want is |genMapCode| in src/interp/i-map.lisp.pamphlet
This calls |reportFunctionCompilation| in src/interp/slam.lisp.pamphlet

It appears to use the variable |$whereCacheList|

Tim



reply via email to

[Prev in Thread] Current Thread [Next in Thread]