[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] It should be possible to compile the VM with gcc (#445)

Nicolas Cellier notifications at github.com
Fri Nov 15 19:31:49 UTC 2019


Currently, compiling the x86_64 vm with gcc lead to VM crashes
This is related to stack handling
We solved following bug by replacing with clang as a workaround:
https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/433

But having to change compiler is a smell, and we don't have many more compilers available next time we hit such unexplained problem!
The first task would be to understand the root cause.

Note that we also had to use clang for making win64 FFI work
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/99
or working around various CI red builds...
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/241
See also thread _Status of FFI/Alien for X64 Win64_ in opensmalltalk-vm mailing list
http://lists.squeakfoundation.org/pipermail/vm-dev/2016-August/023068.html

-- 
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/issues/445
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20191115/c36f66d1/attachment.html>


More information about the Vm-dev mailing list