MethodRecompiler

Summary: Recompile methods without accessing source code
Author: Andreas Raab
Owner: Andreas Raab (ar)
Co-maintainers: <None>
Categories:
Homepage:
PackageInfo name: <Not entered>
RSS feed:

Description:

This packages enables the recompilation of methods after changes in classes
without the need to access any source code. This improves speed and in some
situations even makes it possible to recompile some classes at all (for
example, when using alternative compilers without first-hand source code
representation).

To use MethodRecompiler for about everything interesting change

BehaviorcompileAllFrom: oldClass
^MRMethodRecompiler recompileFrom: oldClass to: self



Releases


Back