AsmUtils
Members list
Value members
Concrete methods
Concrete fields
Print the bytecode of classes generated by GenBCode to the standard output.
Print the bytecode of classes generated by GenBCode to the standard output.
Attributes
Print the bytecode of methods generated by GenBCode to the standard output. Only methods whose name contains traceMethodPattern
are traced.
Print the bytecode of methods generated by GenBCode to the standard output. Only methods whose name contains traceMethodPattern
are traced.
Attributes
Print the bytedcode of classes as they are serialized by the ASM library. The serialization performed by asm.ClassWriter
can change the code generated by GenBCode. For example, it introduces stack map frames, it computes the maximal stack sizes, and it replaces dead code by NOPs (see also https://github.com/scala/scala/pull/3726#issuecomment-42861780).
Print the bytedcode of classes as they are serialized by the ASM library. The serialization performed by asm.ClassWriter
can change the code generated by GenBCode. For example, it introduces stack map frames, it computes the maximal stack sizes, and it replaces dead code by NOPs (see also https://github.com/scala/scala/pull/3726#issuecomment-42861780).