[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MIT-Scheme-devel] Installing on OpenBSD from portable C
From: |
Taylor R Campbell |
Subject: |
Re: [MIT-Scheme-devel] Installing on OpenBSD from portable C |
Date: |
Tue, 13 Jun 2017 13:18:18 +0000 |
> Date: Mon, 12 Jun 2017 23:26:43 -0700
> From: Chris Hanson <address@hidden>
>
> 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.