Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • dtc's avatar
    bfbe4f7e
    Ensure that continuation references stored within the lexical · bfbe4f7e
    dtc authored
    environment, for block exits and tagbody entries, are updated when
    continuations are substituted. Add a cont-ref structure, and a new
    slot to continuations which holds the list of these references to be
    be updated when the continuation is substituted. Based on the work of
    Tim Moore.
    bfbe4f7e
    History
    Ensure that continuation references stored within the lexical
    dtc authored
    environment, for block exits and tagbody entries, are updated when
    continuations are substituted. Add a cont-ref structure, and a new
    slot to continuations which holds the list of these references to be
    be updated when the continuation is substituted. Based on the work of
    Tim Moore.