1.0.11.14: thread-safe FORM-NUMBER-TRANSLATIONS
commit3b96e3dcd35802e14cd86dc193debcc53a223c03
authorNikodemus Siivola <nikodemus@random-state.net>
Tue, 6 Nov 2007 15:01:06 +0000 (6 15:01 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Tue, 6 Nov 2007 15:01:06 +0000 (6 15:01 +0000)
tree55532f75cd491ffb1d020cf19ee0b89b3be26e75
parent8626856f9fd3df4988cca7121cb30cbf85e7cf3b
1.0.11.14: thread-safe FORM-NUMBER-TRANSLATIONS

* Instead of keeping global tables, allocate new ones for each
  call. Since common case seems to be a "decently small" form,
  use a list instead of hash-table.

  ...but we could really do with a better internal set representation
  for arbitrary objects -- both here and in MEMBER type machinery.
doc/internals-notes/threading-specials
src/code/debug-int.lisp
version.lisp-expr