On Sun, Dec 26, 2010 at 4:07 AM, Lawson English
<[hidden email]> 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.