Welcome to the main channel on the development of MoarVM, a virtual machine for NQP and Rakudo (moarvm.org). This channel is being logged for historical purposes.
Set by lizmat on 24 May 2021.
MasterDuke timo1, nine, et al.: think something like github.com/ruby/ruby/pull/5944/files might be applicable/useful for us? 02:29
Woodi MasterDuke: they implementing "on-demand executable memory" so they replaced PROT_READ | PROT_EXEC with PROT_NONE ? :) maybe just before filling it but patch do not mention protection elsewhere... 05:44
timo1 we allocate every frame as we jit it, so i think this particular optimization idea does not apply 10:04