racket/racket
Matthew Flatt 2916fc34cc SenoraGC: support allocation of executable memory; tune for performance
Allocation of executable memory is intended to make SELinux
happier by mmapping with PROT_EXEC instead of using mprotect()
to allow execution after the fact.

Performance improvements bring SGC within 30% of the Boehm GC on
`racketcgc -cl racket`, which makes SGC an even more plausible
substitute.
2014-08-12 05:14:14 +01:00
..
collects racket/place: protect place-creation bindings 2014-08-11 10:48:58 +01:00
src SenoraGC: support allocation of executable memory; tune for performance 2014-08-12 05:14:14 +01:00
.gitignore configure installation of man pages 2013-07-22 13:21:09 -06:00