<br><br><div class="gmail_quote">On Sun, Dec 26, 2010 at 4:07 AM, Lawson English <span dir="ltr">&lt;<a href="mailto:lenglish5@cox.net">lenglish5@cox.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Is there a way to permanently unload a Squeak plugin without recompiling the VM?<br>
<br>
I&#39;ve tried<br>
<br>
Smalltalk unloadModule: &#39;APluginName&#39;.<br>
<br>
but as soon as I call a method that uses the plugin, it loads back up. I&#39;m trying to get a feel for speed without the usual plugins.<br></blockquote><div><br></div><div>No need to unload the plugins.  Simply edit the methods to remove the primitive invocations. </div>
</div><br>