• A
    Move MakeFrames logic into Analysis · 012c7fe9
    Andy Gocke 提交于
    This is part of the effort to move as much logic from LambdaRewriter
    into Analysis as possible. The more logic there is in the Rewriter, the
    more difficult it is to find calculation problems until the last
    possible moment, and it's also very difficult to calculate useful
    information for later analysis passes, like the final debug and closure
    IDs for each environment.
    012c7fe9
TypeCompilationState.cs 8.8 KB