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


Paketnamelibasm3-java
BeschreibungJava bytecode manipulation framework
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version3.2-3
Sektionjava
Prioritätoptional
Installierte Größe400 Byte
Hängt ab von
Empfohlene Pakete
PaketbetreuerDebian Java Maintainers
Quelleasm3
Paketgröße195524 Byte
Prüfsumme MD50051bc1c409f5086b78a58c1c3fa440e
Prüfsumme SHA153f3c07ef8bd28a80f0aee7008700510497449f8
Prüfsumme SHA256e1d0df11975a46e8d9fb4ca43db2c9f33ac9d28ac58c2218af8cb59e3e30608e
Link zum Herunterladenlibasm3-java_3.2-3_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