1.0.43.17: fix static symbols for array dispatch tables
authorNathan Froyd <froydnj@cs.rice.edu>
Mon, 4 Oct 2010 02:12:53 +0000 (02:12 +0000)
committerNathan Froyd <froydnj@cs.rice.edu>
Mon, 4 Oct 2010 02:12:53 +0000 (02:12 +0000)
commit27b74ec6758f52b76e4f90cbf628f173a0cc6acb
tree9b75d5eb9c2d37324e25f50e8c5ba2cca0225f56
parent425dd2dc04e5069689af53adfbef2671b7c1ca48
1.0.43.17: fix static symbols for array dispatch tables

The array dispatch tables have gone through several renamings.  Unfortunately,
the references to the names in compiler/generic/parms.lisp have not been
renamed as well.  Do so, and micro-optimize generic array access slightly.

(Optimizing SYMBOL-VALUE on static/global symbols would help as well...)
src/compiler/generic/parms.lisp
version.lisp-expr