More robust erroneous local call detection
authorPaul Khuong <pvk@pvk.ca>
Fri, 17 May 2013 20:54:06 +0000 (16:54 -0400)
committerPaul Khuong <pvk@pvk.ca>
Sat, 18 May 2013 01:25:28 +0000 (21:25 -0400)
commitf980e90c5539626c007de121278e66acdb91d37c
tree15e8df4a2ef1910d31a7890845ba9d9b61fbe5f4
parenta71c8bac4722c4bb28758f27c41362a8c961831c
More robust erroneous local call detection

 * When possible, convert known bad calls into calls to error-signaling
   stubs.

 * Fixes lp#504121 (and likely other occurrences of
   "failed AVER (ZEROP (HASH-TABLE-COUNT ...))."
NEWS
src/compiler/locall.lisp
tests/compiler.pure.lisp