> A CompiledMethod should be freed from any information about its > location (methodClass and selector).
This is not doable. A compiled method should know its class, else you cannot get the super keyword. Moreover, the numerous tools make heavy use of reflection. Having information such as the selector speeds the whole thing up. Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
