recompile Compiler

Tim Olson tim at jumpnet.com
Wed Jul 14 16:44:09 UTC 1999


>Hi,
>can someone tell me if there's some technique
>to recompile class Compiler?

Nothing special; you can recompile it by:

     Compiler compileAll.

But you shouldn't have to manually recompile the Compiler methods; they 
should be automatically recompiled whenever they are changed, or whenever 
a class change (such as adding an instance variable) occurs.

Or are you asking this as more of a theoretical question?



     -- tim





More information about the Squeak-dev mailing list