[EMAIL PROTECTED] (Gerd Moellmann) writes:
> On a second thought: If you're seeing type errors being detected,
> and assuming you are running the tests with the same OPTIMIZE
> settings, what you are seeing could be the type-check overhead.
What would they look like? I use the same optimization settings and I
think I get the same compiler notes as before except for lots of
messages looking like
; Compiling Load Time Value of (PCL::ENSURE-ACCESSOR 'PCL::WRITER
'(PCL:SLOT-ACCESSOR :GLOBAL STR ...)
...):
; Compiling Load Time Value of (PCL::ENSURE-CTOR '(PCL::CTOR ANCHOR :STARTP ...)
'ANCHOR
...):
but nothing that looks like type errors.
Edi.