From 93082a29639ef8919ca50c4124c52d4d6337077e Mon Sep 17 00:00:00 2001 From: aclement Date: Thu, 3 Jul 2008 18:35:21 +0000 Subject: use jpgs not PNGs --- docs/dist/doc/README-161.html | 12 ++++++------ docs/dist/doc/heapContents_161.PNG | Bin 15301 -> 0 bytes docs/dist/doc/heapContents_161.jpg | Bin 0 -> 66121 bytes docs/dist/doc/memLtwStress_160.PNG | Bin 50825 -> 0 bytes docs/dist/doc/memLtwStress_160.jpg | Bin 0 -> 110993 bytes docs/dist/doc/memLtwStress_161.PNG | Bin 45943 -> 0 bytes docs/dist/doc/memLtwStress_161.jpg | Bin 0 -> 181195 bytes docs/dist/doc/perfBinaryWeave_161.PNG | Bin 18248 -> 0 bytes docs/dist/doc/perfBinaryWeave_161.jpg | Bin 0 -> 89233 bytes docs/dist/doc/perfLTW_161.PNG | Bin 12645 -> 0 bytes docs/dist/doc/perfLTW_161.jpg | Bin 0 -> 54689 bytes docs/dist/doc/perfSourceCompile_161.PNG | Bin 16748 -> 0 bytes docs/dist/doc/perfSourceCompile_161.jpg | Bin 0 -> 87517 bytes 13 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 docs/dist/doc/heapContents_161.PNG create mode 100644 docs/dist/doc/heapContents_161.jpg delete mode 100644 docs/dist/doc/memLtwStress_160.PNG create mode 100644 docs/dist/doc/memLtwStress_160.jpg delete mode 100644 docs/dist/doc/memLtwStress_161.PNG create mode 100644 docs/dist/doc/memLtwStress_161.jpg delete mode 100644 docs/dist/doc/perfBinaryWeave_161.PNG create mode 100644 docs/dist/doc/perfBinaryWeave_161.jpg delete mode 100644 docs/dist/doc/perfLTW_161.PNG create mode 100644 docs/dist/doc/perfLTW_161.jpg delete mode 100644 docs/dist/doc/perfSourceCompile_161.PNG create mode 100644 docs/dist/doc/perfSourceCompile_161.jpg (limited to 'docs') diff --git a/docs/dist/doc/README-161.html b/docs/dist/doc/README-161.html index e71b6643a..857284eda 100644 --- a/docs/dist/doc/README-161.html +++ b/docs/dist/doc/README-161.html @@ -52,7 +52,7 @@ is applied to the JDT compiler (just as a sample piece of source code).

- +

Binary weaving

@@ -65,7 +65,7 @@ classes jar 'rt.jar' as an example of a large jar file for weaving.
  • Binary weaving rt.jar (~12000 classes) with an insane aspect (before(): within(*) {}) (352000 join points)
    - +

    Loadtime weaving

    @@ -76,7 +76,7 @@ tools jar 'tools.jar' as an example of a jar file for loadtime weaving.
  • Binary weaving tools.jar (~1900 classes) with an insane aspect (before(): within(*) {})
    - +

    The refactoring work has also reduced the amount of unnecessary garbage created on the heap during the weaving process. The next comparison shows roughly the reduction in amount of 'stuff' created on the heap during a weave. This isn't the max heap required to do a weave, it is just showing how many less temporary objects @@ -87,7 +87,7 @@ are allocated during an entire run of the weaver

  • Third, this time using the insane aspect
    - +

    So in terms of memory required, weaving the insane aspect into tools.jar created 1.4G of 'stuff' over the entire weaving process, compared to 1.75G with 1.6.0. @@ -103,11 +103,11 @@ correctly and when all threads complete (and all classloaders are orphaned), all

    First, AspectJ 1.6.0, in which memory was never correctly recovered and so an OutOfMemory problem would always occur eventually.

    - +

    And now AspectJ 1.6.1:

    - +
    diff --git a/docs/dist/doc/heapContents_161.PNG b/docs/dist/doc/heapContents_161.PNG deleted file mode 100644 index 5f1fc8be7..000000000 Binary files a/docs/dist/doc/heapContents_161.PNG and /dev/null differ diff --git a/docs/dist/doc/heapContents_161.jpg b/docs/dist/doc/heapContents_161.jpg new file mode 100644 index 000000000..ebad54ffb Binary files /dev/null and b/docs/dist/doc/heapContents_161.jpg differ diff --git a/docs/dist/doc/memLtwStress_160.PNG b/docs/dist/doc/memLtwStress_160.PNG deleted file mode 100644 index dbf46c0fe..000000000 Binary files a/docs/dist/doc/memLtwStress_160.PNG and /dev/null differ diff --git a/docs/dist/doc/memLtwStress_160.jpg b/docs/dist/doc/memLtwStress_160.jpg new file mode 100644 index 000000000..f11d7dfdb Binary files /dev/null and b/docs/dist/doc/memLtwStress_160.jpg differ diff --git a/docs/dist/doc/memLtwStress_161.PNG b/docs/dist/doc/memLtwStress_161.PNG deleted file mode 100644 index 20e687b08..000000000 Binary files a/docs/dist/doc/memLtwStress_161.PNG and /dev/null differ diff --git a/docs/dist/doc/memLtwStress_161.jpg b/docs/dist/doc/memLtwStress_161.jpg new file mode 100644 index 000000000..723c6fdf1 Binary files /dev/null and b/docs/dist/doc/memLtwStress_161.jpg differ diff --git a/docs/dist/doc/perfBinaryWeave_161.PNG b/docs/dist/doc/perfBinaryWeave_161.PNG deleted file mode 100644 index f90df40b5..000000000 Binary files a/docs/dist/doc/perfBinaryWeave_161.PNG and /dev/null differ diff --git a/docs/dist/doc/perfBinaryWeave_161.jpg b/docs/dist/doc/perfBinaryWeave_161.jpg new file mode 100644 index 000000000..0d025ee45 Binary files /dev/null and b/docs/dist/doc/perfBinaryWeave_161.jpg differ diff --git a/docs/dist/doc/perfLTW_161.PNG b/docs/dist/doc/perfLTW_161.PNG deleted file mode 100644 index 2f5599286..000000000 Binary files a/docs/dist/doc/perfLTW_161.PNG and /dev/null differ diff --git a/docs/dist/doc/perfLTW_161.jpg b/docs/dist/doc/perfLTW_161.jpg new file mode 100644 index 000000000..fc86fa519 Binary files /dev/null and b/docs/dist/doc/perfLTW_161.jpg differ diff --git a/docs/dist/doc/perfSourceCompile_161.PNG b/docs/dist/doc/perfSourceCompile_161.PNG deleted file mode 100644 index b5c55bb58..000000000 Binary files a/docs/dist/doc/perfSourceCompile_161.PNG and /dev/null differ diff --git a/docs/dist/doc/perfSourceCompile_161.jpg b/docs/dist/doc/perfSourceCompile_161.jpg new file mode 100644 index 000000000..4574ed571 Binary files /dev/null and b/docs/dist/doc/perfSourceCompile_161.jpg differ -- cgit v1.2.3