[Vm-dev] FFIPlugin ThreadedFFIPlugin which one for builds?

gettimothy gettimothy at zoho.com
Wed Jun 11 18:21:20 UTC 2014


Hi Eliot.





Use  ThreadedFFIPlugin.  The FFIPlugin is obsolete (it requires assembler support files, and is non-reentrant).  This should generate in src/plugins/SqueakFFIPrims/{SqueakFFIPrims.c,ARM32FFIPlugin.c,IA32FFIPlugin.c} and you should compile only src/plugins/SqueakFFIPrims/SqueakFFIPrims.c.  src/plugins/SqueakFFIPrims/SqueakFFIPrims.c is a simple wrapper that includes ARM32FFIPlugin.c or IA32FFIPlugin.c as appropriate (and others can be added as they are developed).

 



Got it. Thank you.



I will be saving this email for future reference and adding a comment to the defaultXYZPlugins method to this effect.

 



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20140611/5a3d01ce/attachment-0001.htm


More information about the Vm-dev mailing list