2009/7/15 Schwab,Wilhelm K <bschwab@anest.ufl.edu>
Mariano,
What is the dynamic protocol setting?
dynamic protocol are those "categories" (actually they are not actually categories but in the browser they are show where the categories are) that are dynamically processed and they are shown with the pattern "--xxx(number)--". Examples: --uncommented(1)-- --override(2)-- What I do is to have this disable. When I will make a release of my software I enable them and check all my classes for those dynamic protocols. Perhaps this can also be done using SmallLint.
I spotted that recently and intended to run it down. Is there a good way to toggle free type?
I really don't know. I know a hack hahhaa: remove the folder where the fonts are aha It is welcome to know a easy way no enable/disable it.
The preference browser check boxes that I think would do it (hinting), just seem to go into some type of broken state.
Which preference? I don't saw anyone related to FreeType.
This is a great idea, and probably deserves a wiki page.
Yes it does. But as not all have write access we can discuss it here and then I add a wiki page for this. You said in another mail to disable fadedBackgroundWindows. Did you notice a speed increase with this? Anyway...by default it isn't activated. I wasn't aware of this preference, but it is useful :) Best, Mariano
Bill
------------------------------ *From:* pharo-project-bounces@lists.gforge.inria.fr [mailto: pharo-project-bounces@lists.gforge.inria.fr] *On Behalf Of *Mariano Martinez Peck *Sent:* Wednesday, July 15, 2009 3:50 PM *To:* Pharo Development *Subject:* [Pharo-project] How to have a faster image
Hi! I want to put together the things people do to have a faster Pharo. The "slow" stuff is being identified and for the moment, perhaps it is useful people can have an image with less features but faster. All the things we put here, perhaps we can then include them in the script used to generate Pharo until the things that now are slow, are fast.
This is what I do when I download a Pharo image to get it faster:
ToolSet default: StandardToolSet. SystemBrowser default: OBSystemBrowserAdaptor. Preferences enable: #fastDragWindowForMorphic. Preferences disable: #dynamicProtocolActivation.
Of course, there are other things like using the default Squeak theme or not using FreeType but in my case I rather use them.
I hope this helps to someone.
Best,
Mariano
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project