[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
pps on PURPG
- To: (BUG LISP) at MIT-MC
- Subject: pps on PURPG
- From: REM at MIT-MC (Robert Elton Maas)
- Date: Tue, 8 Jan 80 17:57:00 GMT
- Original-date: 8 JAN 1980 1257-EST
See REM;BUG1 >
If BAR called interpreted, ;FOO UNDEFINED FUNCTION OBJECT,
but the combination of (DECLARE (ARRAY* ...)) putting a #DEAD-ARRAY around
and COMPLR defaulting to Opencodearrays while not a bug sure was confusing
for awhile. I guess in the future I'll compile with -O the first time
just to be sure unexpected differences between interp and compiled
environment don't cause PURPG -- Compiling BUG1 > with -O gives
;FOO UNDEFINED FUNCTIN OBJECT IN UUO CALL instead of PURPG.
(Should default switch really be O ??? After all default is *RSET and
(NOUUO T) to make debugging easier.)