[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Bug in PCL
- To: Gregor.pa@Xerox.COM
- Subject: Bug in PCL
- From: larus@paris.Berkeley.EDU (James Larus)
- Date: Mon, 12 Sep 88 09:06:25 PDT
- Cc: commonloops.pa@Xerox.COM
- Redistributed: commonloops.pa
- Reply-to: larus@ginger.Berkeley.EDU
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