Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | future work (see 133532) | aclement | 2006-04-04 | 2 | -0/+40 |
| | |||||
* | better if no aliases consistently means null rather null before ↵ | aclement | 2006-04-04 | 1 | -4/+6 |
| | | | | serialization and an empty arraylist after deserialization | ||||
* | test and fix for @DeclareParents problem where the target was "@Coloured *" ↵ | aclement | 2006-03-29 | 1 | -13/+11 |
| | | | | - fix was to resolve the typepattern | ||||
* | test and fix for 126560 (@AJ types resolved in 'current package') and test ↵ | aclement | 2006-03-28 | 2 | -0/+23 |
| | | | | for 132349 | ||||
* | fix for 133298 | aclement | 2006-03-28 | 1 | -7/+21 |
| | |||||
* | test and fixes for 98901, comment 29 | aclement | 2006-03-27 | 1 | -1/+22 |
| | |||||
* | test and fix for 133307 - funky type variable bounds. | aclement | 2006-03-27 | 3 | -33/+152 |
| | |||||
* | test and fix for 132926 | aclement | 2006-03-24 | 1 | -9/+30 |
| | |||||
* | tidying up... | aclement | 2006-03-18 | 1 | -0/+2 |
| | |||||
* | ensures bcel stuff flushed. | aclement | 2006-03-18 | 1 | -0/+3 |
| | |||||
* | lifecycle method for weaving completion switched on - ensures context ↵ | aclement | 2006-03-18 | 1 | -1/+1 |
| | | | | flushed and bcel artifacts discarded in ANT/batch modes. | ||||
* | guard on lint | aclement | 2006-03-18 | 1 | -5/+7 |
| | |||||
* | flush source contexts (128650) | aclement | 2006-03-18 | 1 | -0/+1 |
| | |||||
* | removed rogue syserr | aclement | 2006-03-18 | 1 | -1/+0 |
| | |||||
* | 128650: more memory stuff | aclement | 2006-03-18 | 8 | -14/+32 |
| | |||||
* | test and fix for 131932 | aclement | 2006-03-16 | 3 | -1/+5 |
| | |||||
* | test and fix for 131933 | aclement | 2006-03-16 | 1 | -2/+1 |
| | |||||
* | half wired into bcel eviction logic... | aclement | 2006-03-14 | 1 | -0/+1 |
| | |||||
* | bug 128650: comment 16: creates less garbage | aclement | 2006-03-14 | 1 | -5/+1 |
| | |||||
* | plugged into the lifecycle method for evicting bcel state. | aclement | 2006-03-14 | 1 | -2/+6 |
| | |||||
* | tested eviction code plugged in. not activated yet in whats in CVS yet ↵ | aclement | 2006-03-10 | 8 | -324/+437 |
| | | | | though. Enables BcelDelegates/methods/fields to completely unpack what they need from the JavaClass and then discard it. | ||||
* | unused label (so eclipse 3.2m5a tells me) | aclement | 2006-03-10 | 1 | -1/+1 |
| | |||||
* | 101411: -XaddSerialVersionUIDPOST_MEMORY_CHANGES | aclement | 2006-03-09 | 4 | -3/+44 |
| | |||||
* | minor - comment. | aclement | 2006-03-08 | 1 | -1/+6 |
| | |||||
* | Progress on: Bug 130869: Pointcut resolution fails against type variables | acolyer | 2006-03-08 | 1 | -3/+24 |
| | | | | | https://bugs.eclipse.org/bugs/show_bug.cgi?id=130869 fix and test case... | ||||
* | 129163: more bits...: adjust compare to ignore some type mungers | aclement | 2006-03-07 | 4 | -5/+58 |
| | |||||
* | 129163: more bits...: equals in the type munger hierarchy | aclement | 2006-03-07 | 12 | -30/+232 |
| | |||||
* | 129163: more bits... recording whether crosscutting members has changed ↵ | aclement | 2006-03-07 | 3 | -12/+63 |
| | | | | 'since the last reset' | ||||
* | 129163: first part: changed comparison code to ignore ↵ | aclement | 2006-03-06 | 5 | -1/+28 |
| | | | | ajc$/hasaspect/aspectof in AjState - modified type mungers (not finished) to indicate whether they are related to shadow munging or not. | ||||
* | 129163: first part: perclause hashcode/equals | aclement | 2006-03-06 | 5 | -0/+75 |
| | |||||
* | fix for 129566 | aclement | 2006-03-01 | 1 | -1/+6 |
| | |||||
* | Completed: Improve ajc memory usage | acolyer | 2006-02-24 | 2 | -0/+14 |
| | | | | expose generic sig for structural comparison | ||||
* | optimization 129298 - remove redundant (expensive) field - from Ron, doing ↵ | aclement | 2006-02-24 | 3 | -18/+0 |
| | | | | what I suggested in a comment against the field ;) | ||||
* | 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 ↵ | aclement | 2006-02-23 | 6 | -77/+211 |
| | | | | world. would have liked some testcode... | ||||
* | 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 ↵ | aclement | 2006-02-22 | 2 | -23/+56 |
| | | | | -Xset:captureAllContext=true - see 128650, optimization 8 | ||||
* | 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 ↵ | aclement | 2006-02-22 | 5 | -0/+734 |
| | | | | BCEL modifiable delegates. | ||||
* | optimizationasm: this needs to know if a modifiable (weavable) delegate is ↵ | aclement | 2006-02-22 | 1 | -0/+10 |
| | | | | required. Some testcases want a weavable delegate where other decisions we might make would lead us to create an AsmDelegate | ||||
* | 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 |
| |