Uses of EncoderForV3PlusClosures

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Uses of EncoderForV3PlusClosures

marcel.taeumel
Hi all! I hope you do well.

I just updated a clean Trunk image from 19483 to 19541. After loading SystemReporter-mt.41 from the Inbox, I was surprised to see almost 6000 uses of EncoderForV3PlusClosures left in the image.

Just to let you know. :-)



Best,
Marcel


Reply | Threaded
Open this post in threaded view
|

Re: Uses of EncoderForV3PlusClosures

Eliot Miranda-2
Hi Marcel,


On Mar 24, 2020, at 12:50 AM, Marcel Taeumel <[hidden email]> wrote:


Hi all! I hope you do well.

I just updated a clean Trunk image from 19483 to 19541. After loading SystemReporter-mt.41 from the Inbox, I was surprised to see almost 6000 uses of EncoderForV3PlusClosures left in the image.

Just to let you know. :-)

this is laziness on my part.  If you look you will find they are all quick primitive methods, answering self, an inst var, or a constant (nil, false, true, -1, 0, 1, 2).  These methods don’t really “use” the bytecode set beyond having one primitive bytecode in them.  I should rewrite creating quick methods to respect the bytecode set preference.  Sometime soon.

_,,,^..^,,,_ (phone)

<image.png>


Best,
Marcel