[for testing] speeding up code loading
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
2014-10-20 12:50 GMT-03:00 Marcus Denker <marcus.denker@inria.fr>:
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.
What is "small enough"? How can I compress the changes file? Regards!
On 20 Oct 2014, at 19:45, Esteban A. Maringolo <emaringolo@gmail.com> wrote:
2014-10-20 12:50 GMT-03:00 Marcus Denker <marcus.denker@inria.fr>:
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.
What is "small enough"?
How can I compress the changes file?
PharoChangesCondenser
Regards!
On Monday, Oct 20, 2014 at 7:46 pm, Esteban A. Maringolo <emaringolo@gmail.com>, wrote: 2014-10-20 12:50 GMT-03:00 Marcus Denker :
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.
What is "small enough"? @inria.fr> some 32MB  How can I compress the changes file? @inria.fr> PharoChangesCondenser condense. Ceterum censeo: we need to get rid of sources/changesâ¦Â   Marcus
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
participants (4)
-
Esteban A. Maringolo -
Marcus Denker -
Marcus Denker -
Sven Van Caekenberghe