| Commit message (Expand) | Author | Age | Files | Lines |
* | Completed: Improve ajc memory usage | acolyer | 2006-02-24 | 2 | -0/+14 |
* | optimization 129298 - remove redundant (expensive) field - from Ron, doing wh... | aclement | 2006-02-24 | 3 | -18/+0 |
* | need to keep Mr Build Machine happy. | aclement | 2006-02-23 | 1 | -2/+2 |
* | code from 121312: rons suggestion for changes to LTWWorld and reflection worl... | aclement | 2006-02-23 | 6 | -77/+211 |
* | need to keep Mr Build Machine happy. | aclement | 2006-02-23 | 1 | -2/+2 |
* | need to keep Mr Build Machine happy. | aclement | 2006-02-23 | 4 | -14/+7 |
* | optimization: dont capture lowest level context info unless -Xset:captureAllC... | aclement | 2006-02-22 | 2 | -23/+56 |
* | optimizationasm: various tweaks!! See optimization #7 in 128650 | aclement | 2006-02-22 | 16 | -83/+540 |
* | optimizationasm: new BCI independant Annotation representation. | aclement | 2006-02-22 | 1 | -0/+85 |
* | optimizationasm: has to force that it wants a modifiable (bcel) delegate | aclement | 2006-02-22 | 1 | -1/+3 |
* | optimizationasm: the magic that activates ASM delegates | aclement | 2006-02-22 | 1 | -16/+93 |
* | optimizationasm: made bci agnostic: SourceContextImpl | aclement | 2006-02-22 | 1 | -112/+0 |
* | optimization: less ArrayList garbage creation! | aclement | 2006-02-22 | 1 | -5/+9 |
* | optimization: less string manipulation | aclement | 2006-02-22 | 1 | -4/+5 |
* | optimization: minor performance tweak | aclement | 2006-02-22 | 1 | -9/+11 |
* | optimizationasm: some test updates since some weaver tests *really* need BCEL... | aclement | 2006-02-22 | 5 | -0/+734 |
* | optimizationasm: this needs to know if a modifiable (weavable) delegate is re... | aclement | 2006-02-22 | 1 | -0/+10 |
* | optimization: less ArrayList garbage creation! | aclement | 2006-02-22 | 1 | -2/+6 |
* | optimization: encapsulates lazy unpacking of annotations | aclement | 2006-02-22 | 1 | -0/+95 |
* | optimizationasm: new BCI independant Annotation representation. | aclement | 2006-02-22 | 8 | -14/+390 |
* | optimizationasm: the asm visitors and actual delegate classes | aclement | 2006-02-22 | 11 | -0/+1638 |
* | optimizationasm: includes asm-aj dependency | aclement | 2006-02-22 | 1 | -1/+2 |
* | test and fix for 122742 (more @AJ thisJoinPoint problems...) | aclement | 2006-02-21 | 1 | -0/+14 |
* | test and fix for 128237 from Helen | aclement | 2006-02-21 | 1 | -1/+5 |
* | oops - used Boolean.parseBoolean() | aclement | 2006-02-21 | 1 | -1/+2 |
* | Progress on: PointcutHandlerDesignator. | acolyer | 2006-02-21 | 5 | -13/+101 |
* | optimization: use tags not gens. improves memory (create less garbage), fast... | aclement | 2006-02-21 | 9 | -175/+107 |
* | exposed method for testing. | aclement | 2006-02-21 | 1 | -0/+3 |
* | Fix for 128699 - message. From Ramnivas. | aclement | 2006-02-20 | 1 | -1/+1 |
* | optimization: reset logic for primitives so they don't anchor a world instanc... | aclement | 2006-02-20 | 2 | -0/+15 |
* | feature: Use ASM for non-woven types: testcode | aclement | 2006-02-16 | 41 | -0/+353 |
* | test and fix for 122370 (Andy & Helen) - code generated for @Decp busted. | aclement | 2006-02-16 | 1 | -3/+7 |
* | tests and (slightly reworked) fix for 125699 from Helen. @AJ bug with inherit... | aclement | 2006-02-16 | 1 | -3/+6 |
* | Support for "-Xset:name=value,name=value,name=value". The name/value data is... | aclement | 2006-02-16 | 1 | -0/+31 |
* | optimization: made unpacking of the table lazy. With a minor change in AJ it... | aclement | 2006-02-15 | 3 | -5/+18 |
* | optimization: less fiddling with collections when setting up the localvariabl... | aclement | 2006-02-14 | 1 | -21/+27 |
* | optimization: use bit twiddling rather than Sets for manipulating the list of... | aclement | 2006-02-13 | 31 | -220/+240 |
* | optimization: char rather than string manipulation | aclement | 2006-02-13 | 1 | -7/+7 |
* | optimization: dont unnecessarily build signatures and faster signature proces... | aclement | 2006-02-13 | 1 | -7/+7 |
* | lessen the cost of hashcode and equals | aclement | 2006-02-13 | 2 | -14/+24 |
* | fix for 119882 (from Helen) - similar to fix for 113531 | aclement | 2006-02-13 | 1 | -0/+5 |
* | Progress on: empty catch block warning - extra lint message | acolyer | 2006-02-10 | 2 | -0/+4 |
* | define some constants to avoid spreading string literals around | acolyer | 2006-02-10 | 1 | -0/+4 |
* | provide a way to reset dump state to free up memory | acolyer | 2006-02-10 | 1 | -0/+23 |
* | comment fix | aclement | 2006-02-10 | 1 | -2/+2 |
* | fix for 120356 - better feedback for DEOW when using @AJ. (from helen) | aclement | 2006-02-10 | 1 | -2/+39 |
* | dont do anything if we dont have to. | aclement | 2006-02-07 | 1 | -0/+2 |
* | Progress on: Bug 126328: IlegalStateException : zip file closed | acolyer | 2006-02-03 | 1 | -1/+18 |
* | Progress on: Bug 126316: Invalid method signature: Pjava/lang/Enum<Ljava/lang... | acolyer | 2006-02-03 | 4 | -4/+10 |
* | simple visitor added that lets you discover if a pointcut binds this or target | aclement | 2006-02-02 | 2 | -0/+46 |