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

Fixed stuff so that we can make locals be allocated in environment TNs.

Instead of doing two passes over the environments, we do only one, and assign
the IR2 environment before the lambda-var TNs, rather than vice-versa.  The
only reason for doing two passes was to allow the primitive type of variables
to be gotten from the TN (thus avoiding duplicated calls to PRIMITIVE-TYPE),
but this doesn't seem to be a big deal.
parent 58526a9d
No related branches found
No related tags found
Loading
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