Bytecode-Modification-Framework
Bytecode-Modification-Framework copied to clipboard
The ability to skip interpretation of certain class components
For example, there should be a way to load only the constant pool and ignore everything else. This could also pave way to a lazy-load system so nothing is interpreted unless it's accessed.