|
The information on this page is for asm2-2.2.3-2jpp.src.rpm, a source rpm; you are probably more interested in these binaries built from it:
RPM Information for asm2-2.2.3-2jpp.src.rpm
| Name: asm2 | Distribution: JPackage |
| Version: 2.2.3 | Vendor: JPackage Project |
| Release: 2jpp | Build date: Tue Dec 18 14:11:20 2007 |
| Epoch: 0 | Build host: altair.localdomain |
| Group: Development/Libraries/Java | RPM file: asm2-2.2.3-2jpp.src.rpm |
| Size: 1768018 | Source RPM: (none) |
| Section: free | License: BSD-style |
| Packager: Ralph Apel <r.apel at r-apel.de> |
| URL: http://asm.objectweb.org/ |
| Summary: A code manipulation tool to implement adaptable systems |
ASM is a Java bytecode manipulation framework. It can be
used to dynamically generate stub classes or other proxy
classes, directly in binary form, or to dynamically modify
classes at load time, i.e., just before they are loaded into
the Java Virtual Machine.
ASM offers similar functionalities as BCEL or SERP, but is
much smaller (33KB instead of 350KB for BCEL and 150KB for
SERP) and faster than these tools (the overhead of a load
time class transformation is of the order of 60% with ASM,
700% or more with BCEL, and 1100% or more with SERP). Indeed
ASM was designed to be used in a dynamic way* and was
therefore designed and implemented to be as small and
as fast as possible.
(* ASM can of course be used in a static way too.) |
Change Log for asm2-2.2.3-2jpp.src.rpm
* Tue Dec 18 2007 Ralph Apel <r.apel at r-apel.de> 0:2.2.3-2jpp
- Fix parent pom filename
* Fri Oct 12 2007 Ralph Apel <r.apel at r-apel.de> 0:2.2.3-1jpp
- Upgrade to 2.2.3
- Add asm2-all jar file
- Add manual subpackage
- Optionally run tests (need lots of time, cpu, mem)
- Add maven2 poms and depmap frags
- Add gcj_support option
- Make Vendor, Distribution based on macro
* Thu Jan 05 2006 Fernando Nasser <fnasser at redhat.com> - 0:2.1-1jpp
- First JPP 1.7 build
* Thu Oct 06 2005 Ralph Apel <r.apel at r-apel.de> 0:2.1-1jpp
- Upgrade to 2.1
* Fri Mar 11 2005 Sebastiano Vigna <vigna at acm.org> 0:2.0.RC1-1jpp
- First release of the 2.0 line.
|
(the display of the changelog may be truncated if it is too long)
|