Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • ram's avatar
    746675f0
    Backed out of the last change and tried another cut. We maintain the · 746675f0
    ram authored
    invariant that :LET lambdas always have a combination and bind node.
    We fix the problem we were running into by being more careful about
    deleting LETs when we see a combination, since the REF for the combination
    might have already been deleted.  We might have been the 2n'd to last ref.
    746675f0
    History
    Backed out of the last change and tried another cut. We maintain the
    ram authored
    invariant that :LET lambdas always have a combination and bind node.
    We fix the problem we were running into by being more careful about
    deleting LETs when we see a combination, since the REF for the combination
    might have already been deleted.  We might have been the 2n'd to last ref.