Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

12345678910111213141516171819202122
  1. = AspectJ 5 v1.5.1 Readme
  2. _© Copyright 2006 Contributors. All rights reserved._
  3. This release is primarily a bug fix and performance / memory usage
  4. release. Over 70 fixes and enhancements have been incorporated since
  5. 1.5.0, you can see the list through
  6. 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[this
  7. bugzilla query].
  8. AspectJ 1.5.1 has significantly lower memory usage than AspectJ 1.5.0,
  9. especially when building inside of AJDT. The improvements are also
  10. noticeable when batch building with Ant, or when load-time weaving.
  11. Batch building a project with over 1000 source files with both AspectJ
  12. 1.5.1 and AspectJ 1.5.0 shows a 16% reduction in peak memory usage, and
  13. an 8% reduction in heap consumed by temporary objects. The AspectJ 1.5.1
  14. compiler integrated into AJDT gives memory savings of at least 50%. The
  15. greater savings in the AJDT environment are due to improvements in areas
  16. such as structure model generation that are not exercised
  17. For information on bug fixes in AspectJ 5 v1.5.1, see the
  18. link:changes.html[changes] document.