Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • ram's avatar
    b75211d8
    Merged non-descriptor changes: · b75211d8
    ram authored
    Changed CONTINUATION-RESULT-TNS to just look at the number of results
    desired, and make any needed temps with type T, instead of trying to
    figure out a type from the restriction.  This code was previously 
    broken (didn't work on *), and was even more broken after addition of
    the new operand restriction kinds.  We don't need this anymore anyway.
    
    
    Fixed up call stuff for new argument convention.
    
    Ripped out coercion stuff.
    b75211d8
    History
    Merged non-descriptor changes:
    ram authored
    Changed CONTINUATION-RESULT-TNS to just look at the number of results
    desired, and make any needed temps with type T, instead of trying to
    figure out a type from the restriction.  This code was previously 
    broken (didn't work on *), and was even more broken after addition of
    the new operand restriction kinds.  We don't need this anymore anyway.
    
    
    Fixed up call stuff for new argument convention.
    
    Ripped out coercion stuff.