You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README-151.html 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  2. <html> <head>
  3. <title>AspectJ 5 Development Kit v1.5.1 Readme</title>
  4. <style type="text/css">
  5. <!--
  6. P { margin-left: 20px; }
  7. PRE { margin-left: 20px; }
  8. LI { margin-left: 20px; }
  9. H4 { margin-left: 20px; }
  10. H3 { margin-left: 10px; }
  11. -->
  12. </style>
  13. </head>
  14. <body>
  15. <div align="right"><small>
  16. &copy; Copyright 2006 Contributors.
  17. All rights reserved.
  18. </small></div>
  19. <h1>AspectJ 5 v1.5.1 Readme</h1>
  20. <p>
  21. This release is primarily a bug fix and performance / memory usage release.
  22. Over 70 fixes and enhancements have been incorporated since 1.5.0, you can see
  23. the list through
  24. <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&product=AspectJ&target_milestone=1.5.1&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED">
  25. this bugzilla query</a>.
  26. </p>
  27. <p>
  28. AspectJ 1.5.1 has significantly lower memory usage than AspectJ 1.5.0,
  29. especially when building inside of AJDT. The improvements are also noticeable
  30. when batch building with Ant, or when load-time weaving. Batch building a
  31. project with over 1000 source files with both AspectJ 1.5.1 and AspectJ 1.5.0
  32. shows a 16% reduction in peak memory usage, and an 8% reduction in heap consumed
  33. by temporary objects. The AspectJ 1.5.1 compiler integrated into AJDT gives memory
  34. savings of at least 50%. The greater savings in the AJDT environment are due to
  35. improvements in areas such as structure model generation that are not exercised
  36. </p>
  37. <p>For information on bug fixes in AspectJ 5 v1.5.1, see the <a href="changes.html">
  38. changes</a> document.</p>
  39. </body>
  40. </html>