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

Enhanced let optimization:

Now we substitute for global function variables when the reference isn't
:notinline.
Also, single-reference let variables can be squeezed out by replacing
the ref's value continuation with the argument continuation.  The biggest
advantage of this is that it allows output type assertions on the reference
to be seen by the argument, which helps INCF, PSETQ, etc.
parent 88a4e267
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