sq 3.9 compiledmethod #sourceClass and #methodClass

bryce at kampjes.demon.co.uk bryce at kampjes.demon.co.uk
Wed Oct 11 23:41:49 UTC 2006


Andrew Tween writes:
 > I also wonder about up-and-coming technologies like Exupery & Spoon, and whether
 > they would have any problems with shared CompiledMethods.

Exupery doesn't really care. It asks for a compiled method for
a class and a selector then compiles it. Once per receiver, a
bit wasteful but it makes it easier to specialize primitives.

Also, you need to de-compile methods if a compiled method is
changed. That might need a little work with traits, but not
enough to worry about.

Bryce



More information about the Squeak-dev mailing list