April 7, 2011
1:04 p.m.
Comment #11 on issue 2559 by marcus.d...@gmail.com: Senders of #ifNotNil: do not show http://code.google.com/p/pharo/issues/detail?id=2559 The interesting thing is that it it just takes 200Kb more space. I can live with that! (I took a version with, one without. Recompiled, did a #releaseclean in both and the difference is 14802344 vs. 15007540 for saved images of the same window size. One problem that I see is that we need to change the metric of Cog when not to JIT. Right now it does not JIT when the method is too large, and that "too large" is defined as having more than X literals (60, I think).