Rely on ordinary hash-table to implement globaldb in cross-compiler
commitecdba7cbea7537434007b8f6e9c7948b53c377a6
authorDouglas Katzman <dougk@google.com>
Thu, 7 Dec 2017 14:19:54 +0000 (7 09:19 -0500)
committerDouglas Katzman <dougk@google.com>
Thu, 7 Dec 2017 14:41:36 +0000 (7 09:41 -0500)
tree148bd9e388e1402c79041df441b1376e7746d9b3
parentb156f916003895553c85e3c96ecc6a5931f42308
Rely on ordinary hash-table to implement globaldb in cross-compiler

Remove needless conditionalization from lock-free code
since it doesn't really work as advertised on the host anyway.
build-order.lisp-expr
src/code/early-classoid.lisp
src/code/early-thread.lisp
src/code/target-lfhash.lisp [new file with mode: 0644]
src/code/thread.lisp
src/compiler/globaldb.lisp
src/compiler/info-vector.lisp
tests/info.before-xc.lisp