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

_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to