Marcel Taeumel uploaded a new version of FFI-Pools to project FFI:
http://source.squeak.org/FFI/FFI-Pools-mt.17.mcz==================== Summary ====================
Name: FFI-Pools-mt.17
Author: mt
Time: 28 May 2020, 10:52:12.071313 am
UUID: 35276a12-4bcf-044c-9a7f-8c440d94fc5d
Ancestors: FFI-Pools-mt.16
Avoid external pool initialization when the basic FFI mechansim is loaded.
Not sure this is useful anyway because actual external pools have to define their own #initialize to be updated on code-load time if the FFI mechanism is already loaded.
This should also fix the VMMaker build script again.
=============== Diff against FFI-Pools-mt.16 ===============
Item was changed:
----- Method: FFIExternalSharedPool class>>initialize (in category 'class initialization') -----
initialize
"self initialize"
+ "self initializeAllFromGeneratedProgramOutput"!
- self initializeAllFromGeneratedProgramOutput!