[squeak-dev] Re: Max source method length? Max string length? Max change set size?

Bert Freudenberg bert at freudenbergs.de
Thu May 19 09:52:36 UTC 2011


On 18.05.2011, at 19:53, Marcel Taeumel wrote:

> Hi.
> 
> 166 literals
> 4286 code bytes  (2971 instructions)
> 
> Marcel

Ah, so you're not that far off from the max number of literals. I guess that's why other UI frameworks use literal arrays instead of separate messages.

Also, you could not wrap the method into a "true ifTrue: []" because it's too large.

- Bert -





More information about the Squeak-dev mailing list