[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] CogVM sources as per VMMaker.oscog-eem.2803 (1b896e9)

Nicolas Cellier notifications at github.com
Wed Sep 9 06:31:28 UTC 2020


Ah OK, what we can do is define our own `osvm_setjmp` in the .asm, then `#define setjmp osvm_setjmp` when `#ifdef WIN64`, and use `setjmp` instead of `_setjmp` in VMMaker... Can it work?

I don't think that using `_setjmp` directly in VMMaker is a good idea because too much implementation specific anyway.

The cygwin/mingw makefiles must also be fixed for using the .asm, currently they do not.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/1b896e93195458099ac6cb27c5bb85dec66501d2#commitcomment-42146642
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20200908/bc186d6c/attachment-0001.html>


More information about the Vm-dev mailing list