Thu, 08 Aug 2013 10:41:42 +0100 Jan Vrany - JavaSyntaxHighlighter development
Wed, 07 Aug 2013 02:07:18 +0100 Jan Vrany Added Java compiler problem annotations and popup window. development
Tue, 06 Aug 2013 11:19:07 +0100 Jan Vrany Java compiler problem highlighting improved. development
Mon, 05 Aug 2013 10:55:37 +0100 Jan Vrany Performance optimization in JavaCompilerpProblemService. development
Mon, 05 Aug 2013 10:49:25 +0100 Jan Vrany Fix in JavaCompiler: refetch classes after registering them. development
Mon, 05 Aug 2013 10:45:36 +0100 Jan Vrany Fix in JavaClassRegistry when notifying about class change. development
Sun, 04 Aug 2013 01:46:45 +0100 Jan Vrany Initial support for block and incremental highlighting... development
Sat, 27 Jul 2013 19:12:25 +0100 Jan Vrany Added native #_java_util_zip_ZipFile_startsWithLOC:_:_: development
Fri, 16 Aug 2013 19:52:36 +0200 Stefan Vogel class: Semaphore
Sat, 10 Aug 2013 13:29:08 +0200 Stefan Vogel use #position/#position: instead of #positionXBased
Sat, 10 Aug 2013 13:19:30 +0200 Stefan Vogel class: JavaNativeMethodImpl_OpenJDK6
Fri, 26 Jul 2013 03:25:47 +0000 convert-repo update tags
Thu, 25 Jul 2013 11:38:10 +0200 Claus Gittinger eliminated marcel's duplicate code
Wed, 17 Jul 2013 03:25:49 +0000 convert-repo update tags
Tue, 16 Jul 2013 19:48:47 +0200 Claus Gittinger class: Java
Thu, 13 Jun 2013 09:11:48 +0100 Jan Vrany Fix for OpenJDK 7 (default java homes) development
Thu, 13 Jun 2013 09:09:26 +0100 Jan Vrany Fix for OpenJDK 7 (String creation) development
Thu, 13 Jun 2013 09:06:04 +0100 Jan Vrany Added JavaMethod>>#whoString requiored by recent debugger. development
Fri, 24 May 2013 17:55:42 +0100 Jan Vrany Closing branch. builtin-class-support
Fri, 24 May 2013 17:51:53 +0100 Jan Vrany Merged d561056c9b5e and 9014e8e95c00 (branch builtin-class-support) performance-optimizations
Fri, 24 May 2013 11:38:02 +0100 Jan Vrany Merged e695e8f5dd12 and d561056c9b5e (branch performance-optimizations) builtin-class-support
Fri, 24 May 2013 11:37:32 +0100 Jan Vrany Workaround in JavaAlienMirror. builtin-class-support
Fri, 24 May 2013 11:28:33 +0100 Jan Vrany Make JavaMirror to access classes through pool vars. builtin-class-support
Fri, 24 May 2013 10:58:19 +0100 Jan Vrany Make mirror classes public builtin-class-support
Thu, 23 May 2013 23:33:06 +0100 Jan Vrany Benchmark .ods file updated performance-optimizations
Thu, 23 May 2013 12:19:04 +0100 Jan Vrany Latest benchmark results performance-optimizations
Thu, 23 May 2013 09:57:12 +0100 Jan Vrany Merged 263045d15796 and bb850b4cdf4e (branch performance-optimizations) builtin-class-support
Thu, 23 May 2013 09:56:27 +0100 Jan Vrany Initial support for generalized built-in class support. builtin-class-support
Wed, 22 May 2013 22:04:08 +0100 Jan Vrany Merged 1bbc3b4a686f and 388b25528e07 (branch development) performance-optimizations
Wed, 22 May 2013 21:15:02 +0100 Jan Vrany Initial attempt to generalized builtin class support. builtin-class-support
Wed, 22 May 2013 00:27:53 +0100 Jan Vrany Removed debug print in JavaVM>>classForName:definedBy: performance-optimizations
Tue, 28 May 2013 12:33:05 +0200 Claus Gittinger .res -> .$(RES)
Tue, 28 May 2013 12:33:04 +0200 Claus Gittinger .res -> .$(RES)
Tue, 28 May 2013 12:33:03 +0200 Claus Gittinger .res -> .$(RES)
Tue, 28 May 2013 12:33:02 +0200 Claus Gittinger .res -> .$(RES)
Tue, 28 May 2013 12:33:01 +0200 Claus Gittinger .res -> .$(RES)
Tue, 28 May 2013 12:33:00 +0200 Claus Gittinger .res -> .$(RES)
Tue, 28 May 2013 12:32:59 +0200 Claus Gittinger .res -> .$(RES)
Tue, 28 May 2013 12:32:58 +0200 Claus Gittinger .res -> .$(RES)
Fri, 24 May 2013 17:19:38 +0200 Claus Gittinger oops
Fri, 24 May 2013 17:19:07 +0200 Claus Gittinger oops
Tue, 21 May 2013 23:15:08 +0200 Claus Gittinger *** empty log message ***
Tue, 21 May 2013 17:22:26 +0100 Jan Vrany An experiment: access to known class java.lang.Class through pool var. performance-optimizations
Tue, 21 May 2013 13:04:40 +0100 Jan Vrany Lost changes meant to be commited in 7af1671fc73f. performance-optimizations
Tue, 21 May 2013 00:17:00 +0100 Jan Vrany Optimization of JavaClass>>includesBehavior: performance-optimizations
Mon, 20 May 2013 23:58:01 +0100 Jan Vrany Optimization in JavaClassReader. performance-optimizations
Sat, 18 May 2013 23:03:23 +0100 Jan Vrany Performance optimization - classForName: (part 1) performance-optimizations
Sat, 18 May 2013 22:49:58 +0100 Jan Vrany Use ZipArchive>>zipMembersByName to speed up getEntry native. performance-optimizations
Sun, 19 May 2013 15:24:38 +0200 Marcel Hlopko implement method invocation rb benchmark development
Sat, 18 May 2013 22:29:48 +0200 Marcel Hlopko adding ruby benchmarks for comparison development
Fri, 17 May 2013 14:14:55 +0100 Jan Vrany CHECKCAST/INSTANCEOF optimization (part 3) performance-optimizations
Wed, 15 May 2013 02:07:18 +0100 Jan Vrany CHECKCAST/INSTANCEOF/ARRAYLENGTH refactoring (part 2) performance-optimizations
Tue, 14 May 2013 15:36:56 +0100 Jan Vrany CHECKCAST/INSTANCEOF/ARRAYLENGTH refactoring (part 1) performance-optimizations
Mon, 13 May 2013 00:59:43 +0100 Jan Vrany Reimplementation of INSTANCEOF in same spirit as CHECKCAST. performance-optimizations
Sun, 12 May 2013 21:51:38 +0100 Jan Vrany Java CHECKCAST instruction refactored. performance-optimizations
Fri, 10 May 2013 18:33:57 +0100 Jan Vrany Updates for fast checkcast implementation performance-optimizations
Tue, 07 May 2013 13:31:03 +0100 Jan Vrany Merged a98037ca2d11 and b09eaedf206a (branch java-exception-optimization) development
Tue, 07 May 2013 13:06:28 +0100 Jan Vrany Bettwer warmup for Java benchmarks. development
Tue, 07 May 2013 13:05:09 +0100 Jan Vrany Removed duplicated method JavaClass>>isControlInterrupt (bad merge) development
Tue, 07 May 2013 12:39:09 +0100 Jan Vrany Changed JavaVM>>classForName: to faster JavaVM>>classForName:definedBy: development
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 tip