Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • ram's avatar
    2ed4b9c9
    When *CONVERTING-FOR-INTERPRETER*, convert multi-ref calls even in top-level · 2ed4b9c9
    ram authored
    code.  Possibly a hack, given that this is to make interpreted 
    unwind-protect work, and top-level NLX doesn't work in general in compiled
    code.
    When let-converting, blow away any entry for this function in *FREE-FUNCTIONS(
    so that we don't add references to functions after they are let converted.
    [This was a problem with semi-inline functions...]
    2ed4b9c9
    History
    When *CONVERTING-FOR-INTERPRETER*, convert multi-ref calls even in top-level
    ram authored
    code.  Possibly a hack, given that this is to make interpreted 
    unwind-protect work, and top-level NLX doesn't work in general in compiled
    code.
    When let-converting, blow away any entry for this function in *FREE-FUNCTIONS(
    so that we don't add references to functions after they are let converted.
    [This was a problem with semi-inline functions...]