diff options
author | aclement <aclement> | 2004-05-07 08:50:24 +0000 |
---|---|---|
committer | aclement <aclement> | 2004-05-07 08:50:24 +0000 |
commit | 5d707dcb0ccf45d515b3cb1d350695fc38992819 (patch) | |
tree | 94f509bc26c7b226f25d9cf111a5424897d1c4d1 /docs/dist/doc/README-12.html | |
parent | 3ed93c6d54e8a54c75398d341d5bd081d913aa3b (diff) | |
download | aspectj-5d707dcb0ccf45d515b3cb1d350695fc38992819.tar.gz aspectj-5d707dcb0ccf45d515b3cb1d350695fc38992819.zip |
Added notes on:
- Incompatible BCEL versions and what we think the solution is ;)
- CflowStack changes to improve performance for multi-threaded cflow apps.
Diffstat (limited to 'docs/dist/doc/README-12.html')
-rw-r--r-- | docs/dist/doc/README-12.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/dist/doc/README-12.html b/docs/dist/doc/README-12.html index 4aff86ebc..8f9f541ff 100644 --- a/docs/dist/doc/README-12.html +++ b/docs/dist/doc/README-12.html @@ -107,7 +107,9 @@ together with <a href="porting.html">porting.html</a>. <li>Although not part of <code>aspectjrt.jar</code> this release also provides a new set of tools APIs in the <a href="#LTW2"><code>org.aspectj.weaver.tools</code></a> that provide a weaving class loader and an adapter that can be used to integrate load-time weaving into an existing class loader - hierarchy.<li> + hierarchy.</li> + <li>Cflow stack management has been modified to use thread local storage on JVMs that support this feature. + This improves performance in terms of heap usage for multi-threaded applications that use cflow. </ul> <!-- ============================== --> |