Tue, 28 May 2013 12:32:59 +0200 .res -> .$(RES)
Claus Gittinger <cg@exept.de> [Tue, 28 May 2013 12:32:59 +0200] rev 2610
.res -> .$(RES)
Tue, 28 May 2013 12:32:58 +0200 .res -> .$(RES)
Claus Gittinger <cg@exept.de> [Tue, 28 May 2013 12:32:58 +0200] rev 2609
.res -> .$(RES)
Fri, 24 May 2013 17:19:38 +0200 oops
Claus Gittinger <cg@exept.de> [Fri, 24 May 2013 17:19:38 +0200] rev 2608
oops
Fri, 24 May 2013 17:19:07 +0200 oops
Claus Gittinger <cg@exept.de> [Fri, 24 May 2013 17:19:07 +0200] rev 2607
oops
Tue, 21 May 2013 23:15:08 +0200 *** empty log message ***
Claus Gittinger <cg@exept.de> [Tue, 21 May 2013 23:15:08 +0200] rev 2606
*** empty log message ***
Tue, 21 May 2013 17:22:26 +0100 An experiment: access to known class java.lang.Class through pool var. performance-optimizations
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 21 May 2013 17:22:26 +0100] rev 2605
An experiment: access to known class java.lang.Class through pool var. Instead of JavaVM classForName:... definedBy:, access certain known classes through pool var defined JavaVMData. This should be a lot faster.
Tue, 21 May 2013 13:04:40 +0100 Lost changes meant to be commited in 7af1671fc73f. performance-optimizations
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 21 May 2013 13:04:40 +0100] rev 2604
Lost changes meant to be commited in 7af1671fc73f.
Tue, 21 May 2013 00:17:00 +0100 Optimization of JavaClass>>includesBehavior: performance-optimizations
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 21 May 2013 00:17:00 +0100] rev 2603
Optimization of JavaClass>>includesBehavior: Do not build a list of all interfaces. Instead. enaumerate them and return true onf first match.
Mon, 20 May 2013 23:58:01 +0100 Optimization in JavaClassReader. performance-optimizations
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 20 May 2013 23:58:01 +0100] rev 2602
Optimization in JavaClassReader. Use optimized ZipArchive>>isValidFile: instead of #isValidPath: which is slow.
Sat, 18 May 2013 23:03:23 +0100 Performance optimization - classForName: (part 1) performance-optimizations
Jan Vrany <jan.vrany@fit.cvut.cz> [Sat, 18 May 2013 23:03:23 +0100] rev 2601
Performance optimization - classForName: (part 1) Rewrote JavaVM>>classForName: to JavaVM>>classForName:definedBy: at the latter is faster (does not use query, which is slow)
(0) -1000 -300 -100 -10 +10 +100 +300 +1000 tip