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 Ubuntu Archiv lucid (main)
Version2.2.3-4
Sektiondevel
Prioritätoptional
Installierte Größe388 Byte
Hängt ab von
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelleasm2
Paketgröße163008 Byte
Prüfsumme MD5a110ac946dc847eb779a69943ee640b3
Prüfsumme SHA15c5ed223f7df1e600a75de0923d967b07bd6a0d7
Prüfsumme SHA256045be52674a24a1346767a28a0a77214366541455e4a05faa4d92b7d250cec0c
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