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.
Geth MoarVM: patrickbkr++ created pull request #1859:
Fix longjmp on Windows
20:04
patrickb timo: Can you have a look at this? ^ 20:05
timo i would say for now leave out changes to setjmp/longjmp on places where we don't have a jit, maybe even when we build without jit? 23:39
and a comment in the source near where the magic happens would also be appreciated
do you think we can build a check for the build system that can check if a longjmp through a jitted frame would explode with the default setjmp/longjmp? and maybe something that verifies that using setjmp/longjmp like this doesn't cause trouble due to changes on the windows side of things? not sure we're relying on something that is in any way guaranteed 23:40