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 Ubuntu Archiv lucid (main)
Version3.2-3ubuntu1
Sektiondevel
Prioritätoptional
Installierte Größe400 Byte
Hängt ab vondefault-jre-headless | java2-runtime-headless
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelleasm3
Paketgröße195594 Byte
Prüfsumme MD5aeecbc0c4b0b5c5d698ce077287e5e86
Prüfsumme SHA1e424609e304285b77c7c0d1ee3eb7cd9b06ca388
Prüfsumme SHA256657c17c2205cb14cc1c060275f2cda4c0406b8deaa3c730c5f9ca38499f708bd
Link zum Herunterladenlibasm3-java_3.2-3ubuntu1_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