MC in basic

Jon Hylands jon at huv.com
Tue Dec 14 14:01:14 UTC 2004


On Tue, 14 Dec 2004 00:34:25 -0800, Lyndon Tremblay <humasect at shaw.ca>
wrote:

> What exactly is 'slower'? Compiling, or compiled code? The former, is less
> of an issue unless doing image reworks. (Installing veiny packages, for
> example)

Its actually much bigger than that, although that's probably a big enough
issue by itself.

If you change (add and/or remove) an instance variable in a class, it
recompiles all the methods in that class and all the subclasses. For
complex class hierarchies, that can take a long time even with the fast
compiler. I can't imagine this taking 3x longer...

Later,
Jon

--------------------------------------------------------------
   Jon Hylands      Jon at huv.com      http://www.huv.com/jon

  Project: Micro Seeker (Micro Autonomous Underwater Vehicle)
           http://www.huv.com



More information about the Squeak-dev mailing list