Jan. 4, 2010
2:07 p.m.
On Jan 4, 2010, at 2:45 57AM, Levente Uzonyi wrote:
On Wed, 30 Dec 2009, Stéphane Ducasse wrote:
BIG THANKS igor!!!
11127 -----
- Issue 1690: New Method Trailer part 7 (cs 9)
There are still some issues. Some methods (for example TPureBehavior >> #addTraitSelector:withMethod:) still use the old trailer bytes #(0 0 0 0). These should be removed asap (I had to make some surgery with #become: to compile the new version.)
Levente
CompiledMethod>>storeOn: also needs to be updated, (Compiler evaluate: aCompiledMethod storeString) does not reconstruct the original trailer. Caught by ArrayTest >> testComplexIsSelfEvaluating, of all places :) Cheers, Henry