[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
And you thought you could trace ALPHALESSP while sorting...
- To: DCP at MIT-MC
- Subject: And you thought you could trace ALPHALESSP while sorting...
- From: Jon L White <JONL at MIT-MC>
- Date: Wed, 23 Sep 81 21:40:00 GMT
- Cc: BUG-LISP at MIT-MC
- Original-date: 23 September 1981 17:40-EDT
Date: 20 September 1981 15:34-EDT
From: David C. Plummer <DCP at MIT-MC>
. . .
(trace alphalessp)
(sort '(this is a test) 'alphalessp)
(1 ENTER (ALPHALESSP (IS THIS))
(1 EXIT ALPHALESSP T)
PURPG; 126744>>HRRM 5,(11) 5/ 740607 27076/ PUSH 16,6
SORT is hand-coded and thought that it *knew* that the ALPHALESSP
function doesn't damage certain accumulators. But phooey on that
if one re-defines, or traces, ALPHALESSP; so I've repaired that
hole in the accumulator defences, and it works now in SORT version 13.