On Sat, Jan 8, 2011 at 12:03 PM, jerry gay wrote:
> On Fri, Jan 7, 2011 at 20:58, Peter Lobsinger wrote:
>> We currently have 3 (openbsd, windows, everybody else)
>> platform-specific implementations of code for allocating,
>> reallocating, and freeing executable memory pages. This was used at
>>
On Fri, Jan 7, 2011 at 20:58, Peter Lobsinger wrote:
> We currently have 3 (openbsd, windows, everybody else)
> platform-specific implementations of code for allocating,
> reallocating, and freeing executable memory pages. This was used at
> one time to implement the JIT. I propose we remove this
+1 from me. If the code is dead and if we aren't going to need it for
a future JIT implementation we can get rid of it.
--Andrew Whitworth
On Fri, Jan 7, 2011 at 11:58 PM, Peter Lobsinger wrote:
> We currently have 3 (openbsd, windows, everybody else)
> platform-specific implementations of cod
We currently have 3 (openbsd, windows, everybody else)
platform-specific implementations of code for allocating,
reallocating, and freeing executable memory pages. This was used at
one time to implement the JIT. I propose we remove this code because:
(1) it is currently dead code
(2) candidate