On Wed, Oct 3, 2018 at 7:31 PM Juraj Kubelka via Pharo-dev <pharo-dev@lists.pharo.org> wrote:
Hi!

I did the same measurement for Pharo 6.1. To summarize it I have those results:��

By executing:��

-=-=-=-
EpMonitor current disable.
[ Metacello new
�� baseline: 'GToolkit';
�� repository: 'github://feenkcom/gtoolkit/src';
�� load.
] timeToRun
-=-=-=-

Pharo 6.1 64bit macOS: 6 minutes
Pharo 7.0 64bit macOS:��8 minutes

With��EpMonitor current enabled it is:��

Pharo 6.1 64bit macOS: 7 minutes
Pharo 7.0 64bit macOS: 15 minutes

So nice... I was just trying to install GToolkit in P6.1 on Windows (but with updated Iceberg)... it took over 1.5 hours (SmaCC was probably 30 minutes by itself), and then the image crashed... really looking forward to pre-made images :)

Peter