[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: hp800 port of AKCL 1.615



> (except for the lisp compiles taking a l-o-n-g time - like 60
> minutes sometimes) 

This doesn't directly address your main problem, but it's worth
bearing in mind that the usual reason for KCL compilations taking
a very long time is that the C compiler takes a very long time
to compile the C code emitted by the KCL compiler.  A different
C compiler will often do better.  For instance, on a Sun4 I have
programs that take 1/2 hour for the Sun C compiler to compile but
only a minute or so when compiled by gcc.

-- jeff