remove world-lock from around FASL loading
commite2574c9090a19634f1f903a9f0c229960edfd7b6
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 9 Dec 2011 18:39:57 +0000 (9 20:39 +0200)
committerNikodemus Siivola <nikodemus@random-state.net>
Tue, 24 Apr 2012 10:13:53 +0000 (24 13:13 +0300)
treefaf4951521cdf44900dfff040aedb9838f745a3c
parent390073eee1f9738487bf22c7fd118156899fabbe
remove world-lock from around FASL loading

  The fasl loader itself is thread safe these days, but what about the stuff
  we do at load time?

  In principle it /should/ be, so let the shakeout cruise start.
NEWS
src/code/load.lisp
tests/load.impure.lisp
tests/parallel-fasl-load-test.lisp [new file with mode: 0644]