]> source.dussan.org Git - aspectj.git/commitdiff
use jpgs not PNGs V1_6_1
authoraclement <aclement>
Thu, 3 Jul 2008 18:35:21 +0000 (18:35 +0000)
committeraclement <aclement>
Thu, 3 Jul 2008 18:35:21 +0000 (18:35 +0000)
13 files changed:
docs/dist/doc/README-161.html
docs/dist/doc/heapContents_161.PNG [deleted file]
docs/dist/doc/heapContents_161.jpg [new file with mode: 0644]
docs/dist/doc/memLtwStress_160.PNG [deleted file]
docs/dist/doc/memLtwStress_160.jpg [new file with mode: 0644]
docs/dist/doc/memLtwStress_161.PNG [deleted file]
docs/dist/doc/memLtwStress_161.jpg [new file with mode: 0644]
docs/dist/doc/perfBinaryWeave_161.PNG [deleted file]
docs/dist/doc/perfBinaryWeave_161.jpg [new file with mode: 0644]
docs/dist/doc/perfLTW_161.PNG [deleted file]
docs/dist/doc/perfLTW_161.jpg [new file with mode: 0644]
docs/dist/doc/perfSourceCompile_161.PNG [deleted file]
docs/dist/doc/perfSourceCompile_161.jpg [new file with mode: 0644]

index e71b6643aca0ae9867618168348ebfd05077fc7f..857284edabd6f6e31d4b14fd57b3e435a540b3c3 100644 (file)
@@ -52,7 +52,7 @@ is applied to the JDT compiler (just as a sample piece of source code).
 </ol>
 <p>
 <center>
-<img src="perfSourceCompile_161.PNG"></img>
+<img src="perfSourceCompile_161.jpg"></img>
 </center>
 
 <h4>Binary weaving</h4>
@@ -65,7 +65,7 @@ classes jar 'rt.jar' as an example of a large jar file for weaving.
 <li>Binary weaving rt.jar (~12000 classes) with an insane aspect (before(): within(*) {}) (352000 join points)
 </ol>
 <center>
-<img src="perfBinaryWeave_161.PNG"></img>
+<img src="perfBinaryWeave_161.jpg"></img>
 </center>
 
 <h4>Loadtime weaving</h4>
@@ -76,7 +76,7 @@ tools jar 'tools.jar' as an example of a jar file for loadtime weaving.
 <li>Binary weaving tools.jar (~1900 classes) with an insane aspect (before(): within(*) {})
 </ol>
 <center>
-<img src="perfLTW_161.PNG"></img>
+<img src="perfLTW_161.jpg"></img>
 </center>
 <p>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
 <li>Third, this time using the insane aspect
 </ol>
 <center>
-<img src="heapContents_161.PNG"></img>
+<img src="heapContents_161.jpg"></img>
 </center>
 <p>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
 
 <p>First, AspectJ 1.6.0, in which memory was never correctly recovered and so an OutOfMemory problem would always occur eventually.
 <center>
-<img src="memLtwStress_160.PNG"></img>
+<img src="memLtwStress_160.jpg"></img>
 </center>
 <p>And now AspectJ 1.6.1:
 <center>
-<img src="memLtwStress_161.PNG"></img>
+<img src="memLtwStress_161.jpg"></img>
 </center>
 
 
diff --git a/docs/dist/doc/heapContents_161.PNG b/docs/dist/doc/heapContents_161.PNG
deleted file mode 100644 (file)
index 5f1fc8b..0000000
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 (file)
index 0000000..ebad54f
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 (file)
index dbf46c0..0000000
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 (file)
index 0000000..f11d7df
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 (file)
index 20e687b..0000000
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 (file)
index 0000000..723c6fd
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 (file)
index f90df40..0000000
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 (file)
index 0000000..0d025ee
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 (file)
index 2f55992..0000000
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 (file)
index 0000000..fc86fa5
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 (file)
index b5c55bb..0000000
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 (file)
index 0000000..4574ed5
Binary files /dev/null and b/docs/dist/doc/perfSourceCompile_161.jpg differ