<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style='font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;'><div>Hi Eliot.<br></div><div><br></div><div><div>I searched my emails for those terms and did not find them. I hope I am not re-asking a question you answered earlier.</div><div><br></div><div>In plugins.ext for build.linux is SqueakFFIPrims. I need to load the Smalltalk class for CMake. This is determined by the class that answers 'SqueakFFIPrims' to the message moduleName</div><div><br></div><div><br></div><div></div><br><blockquote style="border-top-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-top-width: 1px; border-left-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-left-style: solid; border-right-style: solid; border-bottom-style: solid; padding-top: 7px; padding-right: 7px; padding-bottom: 7px; padding-left: 7px; background-color: rgb(245, 245, 245);"><div><div>|s|<br>Transcript clear.<br>InterpreterPlugin allSubclassesDo:[:p|<br>        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;p moduleName = 'SqueakFFIPrims'<br>                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ifTrue:[Transcript show:p name;cr]].</div></div></blockquote> <br><div><br></div></div><div>Both FFIPlugin and ThreadedFFIPlugin answer SqueakFFIPrims when sent the message moduleName&nbsp;</div><div><br></div><div><br></div><div>Does the processor type determine which to use?</div><div><br></div><div>Or is their a &nbsp;rule for which to use with each of:</div><div><br></div><div>newspeak.cog.spur<br>newspeak.cog.v3<br>newspeak.sista.spur<br>newspeak.sista.v3<br>newspeak.stack.spur<br>newspeak.stack.v3<br>squeak.cog.spur<br>squeak.cog.v3<br>squeak.sista.spur<br>squeak.sista.v3<br>squeak.stack.spur<br>squeak.stack.v3<br></div><div><br></div><div>?</div><div><br></div><div><br></div><div>thx.</div><div><br></div><div>tty</div><div><br></div><div><br></div><div><br></div><br></div></body></html>