May 24, 2010
7:31 a.m.
Hello Just to make a little note. I'm adapting the lightweight classes package to work with CompilerMethodTrailer. In this method CompiledMethodTrailer>>createMethod: numberOfBytesForAllButTrailer header: headerWord | meth | encodedData ifNil: [ self encode ]. meth := CompiledMethod newMethod: numberOfBytesForAllButTrailer + size header: headerWord. ... I need to answer a different kind of CompiledMethod, it would be nice if my own CompiledMethod class could be specified in some way to make the CompiledMethodTrailer more flexible. Cheers, Hernán