Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | bug 128650: comment 16: tidy up logic | aclement | 2006-03-14 | 2 | -0/+6 | |
| | ||||||
* | 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 | |
| | ||||||
* | bug 128650: comment 16: better at tidying up | aclement | 2006-03-14 | 1 | -0/+7 | |
| | ||||||
* | bug 128650: comment 16: creates far less garbage | aclement | 2006-03-14 | 1 | -63/+67 | |
| | ||||||
* | bug 128650: comment 16: optimized to death | aclement | 2006-03-14 | 1 | -34/+45 | |
| | ||||||
* | bug 128650: comment 16: don't allocate tons of space we don't necessarily need. | aclement | 2006-03-14 | 1 | -1/+1 | |
| | ||||||
* | fileMap flush added. | aclement | 2006-03-14 | 1 | -0/+3 | |
| | ||||||
* | helens testcode from 129163 for the recent AJDT integration probs. | aclement | 2006-03-10 | 11 | -0/+273 | |
| | ||||||
* | 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. | |||||
* | moved to be a WeakHashMap | aclement | 2006-03-10 | 3 | -4/+4 | |
| | ||||||
* | unused label (so eclipse 3.2m5a tells me) | aclement | 2006-03-10 | 2 | -2/+3 | |
| | ||||||
* | 101411: -XaddSerialVersionUIDPOST_MEMORY_CHANGES | aclement | 2006-03-09 | 19 | -4/+352 | |
| | ||||||
* | hopefully enables outxml to work from AJDT. | aclement | 2006-03-08 | 1 | -0/+1 | |
| | ||||||
* | 129163: more bits...: set the compiler correctly for error reporting on inc ↵ | aclement | 2006-03-08 | 4 | -1/+27 | |
| | | | | builds. (comment #34,35) | |||||
* | added -outxml and -outxmlfile to list of options printed on command-line | acolyer | 2006-03-08 | 1 | -0/+2 | |
| | ||||||
* | minor - comment. | aclement | 2006-03-08 | 1 | -1/+6 | |
| | ||||||
* | Progress on: Bug 130869: Pointcut resolution fails against type variables | acolyer | 2006-03-08 | 5 | -3/+128 | |
| | | | | | 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 | 5 | -23/+68 | |
| | | | | 'since the last reset' | |||||
* | 129163: first part: changed comparison code to ignore ↵ | aclement | 2006-03-06 | 7 | -32/+79 | |
| | | | | 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 | 6 | -3/+84 | |
| | ||||||
* | needs -X prefix | aclement | 2006-03-06 | 1 | -1/+1 | |
| | ||||||
* | fix for 130300: cause the mysterious disappearance of -XnoWeave | aclement | 2006-03-05 | 23 | -80/+83 | |
| | ||||||
* | optimization: removes static state from Bcel that was accumulating for all ↵ | aclement | 2006-03-04 | 3 | -14/+14 | |
| | | | | 'unknown' (i.e. aspectj!!) attributes | |||||
* | If aspects are required to compile, then weaving must be at compile-time. duh. | wisberg | 2006-03-03 | 1 | -2/+7 | |
| | ||||||
* | warn about duplicate sources, convert exampled to -inpath, corrected -inpath ↵ | wisberg | 2006-03-03 | 1 | -44/+56 | |
| | | | | aspects and argument file descriptions, linked out to affected types and load-time weaving, deprecated -emacsym as untested/unsupported. Leaving -messageHolder undocumented (Adrian's choice, if I recall correctly - not sure why) | |||||
* | fix for 129566 | aclement | 2006-03-01 | 1 | -1/+6 | |
| | ||||||
* | test for 129566 | aclement | 2006-03-01 | 3 | -1/+605 | |
| | ||||||
* | Completed: Improve ajc memory usage | acolyer | 2006-02-24 | 4 | -0/+40 | |
| | | | | incremental tests need to ensure that AjState runs in incremental mode! | |||||
* | Completed: Improve ajc memory usage | acolyer | 2006-02-24 | 3 | -10/+40 | |
| | | | | Determine how much state to hold in AjState based on whether the environment we're running in supports incremental compilation | |||||
* | Completed: Improve ajc memory usage | acolyer | 2006-02-24 | 1 | -0/+1 | |
| | | | | ensure that AjState is in incremental mode when used by AJDT | |||||
* | Completed: Improve ajc memory usage | acolyer | 2006-02-24 | 3 | -139/+311 | |
| | | | | the last of the big memory hog in AjState is now removed. | |||||
* | 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 ;) | |||||
* | reset mechanism | aclement | 2006-02-23 | 1 | -0/+5 | |
| | ||||||
* | fix to save the big chunk of memory leaking over incremental compiles. | aclement | 2006-02-23 | 1 | -2/+8 | |
| | ||||||
* | 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... | |||||
* | update to message produced on swallowed exception in catch block to include ↵ | acolyer | 2006-02-23 | 2 | -0/+0 | |
| | | | | Xlint information | |||||
* | 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 | 20 | -87/+546 | |
| | ||||||
* | 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 | |
| |