Skip to content
Snippets Groups Projects
Commit e5c6851b authored by ram's avatar ram
Browse files

Changed LEAF-VALUE to make a cached EVAL-FUNCTION when the lexical environment

is null.  Although we don't get lazy conversion, at least we can prevent
excessive memory usage.  Also, this result is cached in the new
LAMBDA-EVAL-INFO-FUNCTION slot so that all references to a non-closure
interpreted function will get the same EQ result (mainly to avoid having N
copies of the IR1 if the conversion is decached and then reconverted.)
parent 3959c23b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment