superwithjava25-2.0.0.jar
Curse Maven Snippet
What's new
asm transformer optimizations
- fast-path byte scan: scans raw class bytes using ISO-8859-1 before initializing ASM. skips ClassReader parsing completely for classes without Nashorn references
- early exit check: immediately ignores classes outside com.fiskmods.heroes.*
- removed frame expansion: dropped EXPAND_FRAMES since only reference remapping is performed, avoiding unnecessary stack frame processing
- minimal bytecode rewriting: kept new ClassWriter(cr, 0) to avoid expensive frame and max-stack recalculations
- clean constants: replaced hardcoded strings and magic numbers with reusable constants (OLD_INTERNAL, NEW_INTERNAL, etc.)
- result: can save around 0.5-3sek during startup/loading on larger setups. 0 fps difference because this only affects class transformation time. you're welcome lol
All Relations
- All Relations
- Embedded Library
- Optional Dependency
- Required Dependency
- Tool
- Incompatible
- Include
This mod has no related projects