[Bloc] buildAthensPaintOn: vs asAthensPaintOn:

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

[Bloc] buildAthensPaintOn: vs asAthensPaintOn:

stepharo
hi alex

why do you rename asAthensPaintOn: into buildAthensPaintOn:

Stef

Reply | Threaded
Open this post in threaded view
|

Re: [Bloc] buildAthensPaintOn: vs asAthensPaintOn:

Aliaksei Syrel

Because I cache it. Check BlPaint>>#asAthensPaintOn:. Yes, Cairo cache is not fast enough, I profiled on 5000 bouncing atom morphs :)

On Mar 6, 2016 9:59 AM, "stepharo" <[hidden email]> wrote:
hi alex

why do you rename asAthensPaintOn: into buildAthensPaintOn:

Stef

Reply | Threaded
Open this post in threaded view
|

Re: [Bloc] buildAthensPaintOn: vs asAthensPaintOn:

stepharo
Ok
    why you could not cache it in asAthensPaintOn:
    then write a comment stating it.

Stef

Le 6/3/16 10:08, Aliaksei Syrel a écrit :

Because I cache it. Check BlPaint>>#asAthensPaintOn:. Yes, Cairo cache is not fast enough, I profiled on 5000 bouncing atom morphs :)

On Mar 6, 2016 9:59 AM, "stepharo" <[hidden email]> wrote:
hi alex

why do you rename asAthensPaintOn: into buildAthensPaintOn:

Stef


Reply | Threaded
Open this post in threaded view
|

Re: [Bloc] buildAthensPaintOn: vs asAthensPaintOn:

Aliaksei Syrel

But I cache it exactly in asAthensPaintOn: of superclass. it is still not the final solution and may change or removed completely.

On Mar 6, 2016 10:21 AM, "stepharo" <[hidden email]> wrote:
Ok
    why you could not cache it in asAthensPaintOn:
    then write a comment stating it.

Stef

Le 6/3/16 10:08, Aliaksei Syrel a écrit :

Because I cache it. Check BlPaint>>#asAthensPaintOn:. Yes, Cairo cache is not fast enough, I profiled on 5000 bouncing atom morphs :)

On Mar 6, 2016 9:59 AM, "stepharo" <[hidden email]> wrote:
hi alex

why do you rename asAthensPaintOn: into buildAthensPaintOn:

Stef