This packages enables the recompilation of methods after changes in classeswithout the need to access any source code. This improves speed and in somesituations even makes it possible to recompile some classes at all (forexample, when using alternative compilers without first-hand source coderepresentation). To use MethodRecompiler for about everything interesting change BehaviorcompileAllFrom: oldClass^MRMethodRecompiler recompileFrom: oldClass to: self