Forked from
cmucl / cmucl
Source project has a limited visibility.
-
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.
ram authoredChanged 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.