Branch: refs/heads/Cog
Home:
https://github.com/OpenSmalltalk/opensmalltalk-vm Commit: 4c31c557b15b7f4052ad46dae300bbb308c875e7
https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/4c31c557b15b7f4052ad46dae300bbb308c875e7 Author: Eliot Miranda <
[hidden email]>
Date: 2020-11-10 (Tue, 10 Nov 2020)
Changed paths:
M build.linux64ARMv8/HowToBuild
M build.macos64x64/common/Makefile.vm
M platforms/Cross/plugins/FilePlugin/sqFilePluginBasicPrims.c
M platforms/Cross/vm/sqNamedPrims.c
M platforms/Cross/vm/sqVirtualMachine.h
M platforms/iOS/vm/OSX/SqueakOSXApplication.m
M platforms/unix/vm-display-X11/sqUnixX11.c
M platforms/unix/vm/sqUnixMain.c
Log Message:
-----------
Nuke old COGMT lock0-out of fullGC. This is obsolete given Spur.
Move calling ioShutdownAllModules from platforms/unix/vm-display-X11/sqUnixX11.c
to platforms/unix/vm/sqUnixMain.c. It should be done for all display configs.
Get the COGMTVM to build on build.macos64x64.
Quick hack in platforms/iOS/vm/OSX/SqueakOSXApplication.m to get the PharoVM to
compile. We are beholding to Christophe for the correct fix.