This is in Pharo4 update #314.




On Mon, Oct 20, 2014 at 5:50 PM, Marcus Denker <marcus.denker@inria.fr> wrote:

Hi,

��[Object compileSilently: 'foo ^ 1' classified: 'testing'] bench
��
��-- 267 per second
��
��Load from inbox:
��SLICE-Issue-14242-Installing-a-method-is-slow-MarcusDenker.3
��
��run bench again ==> 2320 per second.
��
��This will work as long the .changes is small enough so that it uses a normal
(not extended) source pointer.

�� �� ��Marcus