racket/collects/compiler
Matthew Flatt b3fd71415d cache loaded compiled modules
using a SHA1 hash stored in the marshaled bytecode; this cache
 lowers the cost of sandboxes or other uses of multiple namespaces
 when the code inspector doesn't change; the caching is almost
 transparent, but an eval handler might be called with compiled
 code that cannot be written

original commit: 97ce26b182
2011-04-16 13:24:58 -06:00
..
commands Use proper raco command name in make and pack. 2011-02-09 21:13:55 -05:00
demodularizer Exposing more values to GC by not making them toplevels 2010-10-30 09:14:58 -06:00
bundle-dist.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
decompile.rkt removing indirects from zo handling 2010-09-16 12:45:37 -06:00
embed-sig.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
sig.rkt Parallel collects build (process-based) "raco setup -u" 2010-07-02 14:27:08 -06:00
zo-marshal.rkt cache loaded compiled modules 2011-04-16 13:24:58 -06:00
zo-parse.rkt cache loaded compiled modules 2011-04-16 13:24:58 -06:00
zo-structs.rkt removing indirects from zo handling 2010-09-16 12:45:37 -06:00