Login  Register

[for testing] speeding up code loading

Posted by Marcus Denker-4 on Oct 20, 2014; 3:48pm
URL: https://forum.world.st/for-testing-speeding-up-code-loading-tp4785569.html

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