Remove without-interrupts from runtime/infutl.scm.
authorMatt Birkholz <puck@birchwood-abbey.net>
Tue, 23 Jun 2015 23:01:51 +0000 (16:01 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Mon, 6 Jul 2015 05:45:45 +0000 (22:45 -0700)
commit1fcc6492026566b71a621e029d9bab0a3b9a6186
tree1aa36f1365214d3e77d7ab321d5f52b2310edf02
parenta311cc95deb22e9426b7917de93a766f53765368
Remove without-interrupts from runtime/infutl.scm.

Without-interrupts was used to make atomic accesses to the
uncompressed-files cache and the wrappers-with-memoized-debugging-info
population.  To replace it, a serial population is used and the
uncompressed-files cache is punted.  The latter is hopefully
unnecessary on modern machinery.
doc/user-manual/user.texinfo
src/runtime/infutl.scm
src/runtime/runtime.pkg