From 7985fc2ec41a77516dedc13958761a5cbcd25a00 Mon Sep 17 00:00:00 2001 From: aclement Date: Wed, 25 Jun 2008 20:37:33 +0000 Subject: [PATCH] 1.6.1 done? --- docs/dist/doc/README-161.html | 626 +++--------------------- docs/dist/doc/heapContents_161.PNG | Bin 0 -> 15301 bytes docs/dist/doc/memLtwStress_161.PNG | Bin 0 -> 45943 bytes docs/dist/doc/perfBinaryWeave_161.PNG | Bin 0 -> 18248 bytes docs/dist/doc/perfLTW_161.PNG | Bin 0 -> 12645 bytes docs/dist/doc/perfSourceCompile_161.PNG | Bin 0 -> 16748 bytes 6 files changed, 80 insertions(+), 546 deletions(-) create mode 100644 docs/dist/doc/heapContents_161.PNG create mode 100644 docs/dist/doc/memLtwStress_161.PNG create mode 100644 docs/dist/doc/perfBinaryWeave_161.PNG create mode 100644 docs/dist/doc/perfLTW_161.PNG create mode 100644 docs/dist/doc/perfSourceCompile_161.PNG diff --git a/docs/dist/doc/README-161.html b/docs/dist/doc/README-161.html index b6bdbe8fd..35b58ea3b 100644 --- a/docs/dist/doc/README-161.html +++ b/docs/dist/doc/README-161.html @@ -20,17 +20,15 @@ All rights reserved.

AspectJ 1.6.1 Readme

-WORK IN PROGRESS - -

The main themes of AspectJ1.6.1 are better memory consumption and faster weaving. -This has been achieved through in depth profiling of the weaving process and has -resulted in a radical refactoring of the weaver component within AspectJ. It provides -exactly the same functionality as in previous releases, it just weaves faster now -(and in less space!). This readme will give an overview of the kind of changes +

The main themes of AspectJ1.6.1 are better memory usage and faster weaving. +This has been achieved through profiling of the weaving process and has +resulted in some serious refactoring of the weaver component within AspectJ. It provides +exactly the same functionality as in previous releases, it just weaves faster now, using +less code and less memory. This readme will give an overview of the kind of changes made and what can be expected when using 1.6.1 compared to previous releases.

The complete list of issues resolved for AspectJ 1.6.1 can be found with -these bugzilla queries. The first lists bugs addressed whilst the second details +these bugzilla queries. The first lists bugs addressed (more than 60!) whilst the second details enhancements made in this release.