Package asm-3.0-rel-1
| System | Binary Distributions | CVS/rsync Source Distributions | |
|---|---|---|---|
10.6/x86_64 | 3.0-rel-1 | ||
10.6/i386 | |||
10.5/i386 | |||
10.5/powerpc | |||
10.4/i386 | |||
10.4/powerpc | |||
| Description: | Java bytecode manipulation framework (3.0-rel-1) | |
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. | ||
| Section: | devel | |
| Maintainer: | Trevor Harmon <trevorATvocaroDOTcom> | |
| Website: | http://asm.objectweb.org/ | |
| License: | BSD | |
| Info-File: | dists/10.4/unstable/main/finkinfo/devel/asm.info CVS log, Last Changed: Fri, 17 Nov 2006 14:36:05 (UTC) | |
Section list - Flat package list - Search packages
(*) = Unsupported distribution.