��it seems i have changed a method (Rectangle>>#intersect:ifNone:) that could impact in the performance of the UI. see below
---------- Forwarded message ---------- From: Nicolas Cellier<notifications@github.com> Date: Thu, Aug 20, 2015 at 1:18 PM Subject: Re: [pharo-core] 50248 (3d7f1f3) To: pharo-project/pharo-core <pharo-core@noreply.github.com>
IMO, min: and max: were intentionally inlined for speed purpose, since primitive graphics objects are heavily used.
That's questionnable, but maybe still necessary on slow machines like Pi.