> Date: Mon, 12 Jun 2017 23:26:43 -0700 > From: Chris Hanson <[email protected]> > > You could try changing the heap allocator to use malloc instead of mmap. On > a 64-bit architecture that should work fine.
Does that change the need for both W and X in the Scheme heap? Can't imagine just using malloc would get around the W^X rule. _______________________________________________ MIT-Scheme-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/mit-scheme-devel
