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, 17 Aug 2015 23:52:59 +0000 (16:52 -0700)
commit62d4101f22ec3d992c8b498f3b0f08ebdf99305f
tree15c7c16e5205e1226f76a0d462098eb71b06dd43
parent522d8ece23af641cb96316698e5015c5a5d15a29
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