On Dec 20, 2009, at 8:44 PM, Bart Gauquie wrote:

> Dear all,
> 
> I'm developing code which generates a method content, compiles it and adds it 
> to an existing class. 
> I compile the message using #compile: message:
> for instance:
> 
In general, everything is limited to a fairly low quantity: number of temps, 
number of ivars, number of
literals.

Especially that the literal frame is limted to some small number (255 or 
something) can be easily be a problem.
(we ran into that already when using bytesurgeon on large existing methods when 
reifying all sends, for example).

        Marcus
_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to