aboutsummaryrefslogtreecommitdiffstats
path: root/weaver
Commit message (Expand)AuthorAgeFilesLines
* fix for 129566aclement2006-03-011-1/+6
* Completed: Improve ajc memory usageacolyer2006-02-242-0/+14
* optimization 129298 - remove redundant (expensive) field - from Ron, doing wh...aclement2006-02-243-18/+0
* need to keep Mr Build Machine happy.aclement2006-02-231-2/+2
* code from 121312: rons suggestion for changes to LTWWorld and reflection worl...aclement2006-02-236-77/+211
* need to keep Mr Build Machine happy.aclement2006-02-231-2/+2
* need to keep Mr Build Machine happy.aclement2006-02-234-14/+7
* optimization: dont capture lowest level context info unless -Xset:captureAllC...aclement2006-02-222-23/+56
* optimizationasm: various tweaks!! See optimization #7 in 128650aclement2006-02-2216-83/+540
* optimizationasm: new BCI independant Annotation representation.aclement2006-02-221-0/+85
* optimizationasm: has to force that it wants a modifiable (bcel) delegateaclement2006-02-221-1/+3
* optimizationasm: the magic that activates ASM delegatesaclement2006-02-221-16/+93
* optimizationasm: made bci agnostic: SourceContextImplaclement2006-02-221-112/+0
* optimization: less ArrayList garbage creation!aclement2006-02-221-5/+9
* optimization: less string manipulationaclement2006-02-221-4/+5
* optimization: minor performance tweakaclement2006-02-221-9/+11
* optimizationasm: some test updates since some weaver tests *really* need BCEL...aclement2006-02-225-0/+734
* optimizationasm: this needs to know if a modifiable (weavable) delegate is re...aclement2006-02-221-0/+10
* optimization: less ArrayList garbage creation!aclement2006-02-221-2/+6
* optimization: encapsulates lazy unpacking of annotationsaclement2006-02-221-0/+95
* optimizationasm: new BCI independant Annotation representation.aclement2006-02-228-14/+390
* optimizationasm: the asm visitors and actual delegate classesaclement2006-02-2211-0/+1638
* optimizationasm: includes asm-aj dependencyaclement2006-02-221-1/+2
* test and fix for 122742 (more @AJ thisJoinPoint problems...)aclement2006-02-211-0/+14
* test and fix for 128237 from Helenaclement2006-02-211-1/+5
* oops - used Boolean.parseBoolean()aclement2006-02-211-1/+2
* Progress on: PointcutHandlerDesignator.acolyer2006-02-215-13/+101
* optimization: use tags not gens. improves memory (create less garbage), fast...aclement2006-02-219-175/+107
* exposed method for testing.aclement2006-02-211-0/+3
* Fix for 128699 - message. From Ramnivas.aclement2006-02-201-1/+1
* optimization: reset logic for primitives so they don't anchor a world instanc...aclement2006-02-202-0/+15
* feature: Use ASM for non-woven types: testcodeaclement2006-02-1641-0/+353
* test and fix for 122370 (Andy & Helen) - code generated for @Decp busted.aclement2006-02-161-3/+7
* tests and (slightly reworked) fix for 125699 from Helen. @AJ bug with inherit...aclement2006-02-161-3/+6
* Support for "-Xset:name=value,name=value,name=value". The name/value data is...aclement2006-02-161-0/+31
* optimization: made unpacking of the table lazy. With a minor change in AJ it...aclement2006-02-153-5/+18
* optimization: less fiddling with collections when setting up the localvariabl...aclement2006-02-141-21/+27
* optimization: use bit twiddling rather than Sets for manipulating the list of...aclement2006-02-1331-220/+240
* optimization: char rather than string manipulationaclement2006-02-131-7/+7
* optimization: dont unnecessarily build signatures and faster signature proces...aclement2006-02-131-7/+7
* lessen the cost of hashcode and equalsaclement2006-02-132-14/+24
* fix for 119882 (from Helen) - similar to fix for 113531aclement2006-02-131-0/+5
* Progress on: empty catch block warning - extra lint messageacolyer2006-02-102-0/+4
* define some constants to avoid spreading string literals aroundacolyer2006-02-101-0/+4
* provide a way to reset dump state to free up memoryacolyer2006-02-101-0/+23
* comment fixaclement2006-02-101-2/+2
* fix for 120356 - better feedback for DEOW when using @AJ. (from helen)aclement2006-02-101-2/+39
* dont do anything if we dont have to.aclement2006-02-071-0/+2
* Progress on: Bug 126328: IlegalStateException : zip file closedacolyer2006-02-031-1/+18
* Progress on: Bug 126316: Invalid method signature: Pjava/lang/Enum<Ljava/lang...acolyer2006-02-034-4/+10