[squeak-dev] how to permanently unload Squeak plugin...?

Eliot Miranda eliot.miranda at gmail.com
Sun Dec 26 18:12:57 UTC 2010


On Sun, Dec 26, 2010 at 4:07 AM, Lawson English <lenglish5 at cox.net> wrote:

> Is there a way to permanently unload a Squeak plugin without recompiling
> the VM?
>
> I've tried
>
> Smalltalk unloadModule: 'APluginName'.
>
> but as soon as I call a method that uses the plugin, it loads back up. I'm
> trying to get a feel for speed without the usual plugins.
>

No need to unload the plugins.  Simply edit the methods to remove the
primitive invocations.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20101226/c3a79219/attachment.htm


More information about the Squeak-dev mailing list