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

Bug in PCL



In the AAAI edition of PCL there is a bug.  In methods.lisp,
GENERIC-FUNCTION-CACHE-SIZE is a declared constant.  However, in
dcode-pre1.lisp, the value (32) is used in the function templates,
which makes it difficult to increase the size of the caches to improve
PCL's performance.

/Jim