DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibasm2-java
BeschreibungJava bytecode manipulation framework
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version2.2.3-4
Sektionjava
Prioritätoptional
Installierte Größe388 Byte
Hängt ab von
Empfohlene Pakete
PaketbetreuerDebian Java Maintainers
Quelleasm2
Paketgröße163256 Byte
Prüfsumme MD5102df08d24f352a6e12a9c8872bc2ad5
Prüfsumme SHA11462f7c5a448f13a693eee49c6ffb7b34eaa7a78
Prüfsumme SHA256ca39e3de26a9216d8cdbcced70fdadadc00b152e406c73fcddb9347abbe1da8e
Link zum Herunterladenlibasm2-java_2.2.3-4_all.deb
Ausführliche BeschreibungIt 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 (25KB instead of 350KB for BCEL and 150KB for SERP) and faster than these tools (the overhead of a load time class transformation is on the order of 60% with ASM, 700% or more with BCEL, and 1100% or more with SERP). ASM was designed to be used in a dynamic and static way and was therefore designed and implemented to be as small and as fast as possible.


Impressum
Linux is a registered trademark of Linus Torvalds