You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't implemented this yet, but I have add -r ("raw") mode to show more details with ASM. It disables sorting of members, shows the Scala sig annotation and all attributes, and includes local variable names and stack map entries.
The difficulty here is finding a way to call javap without forking (which is expensive for lots of files), that will also work across a range of JDK versions. The REPL has some code do to this but it has been somewhat fragile.
ASM desugars certain details when disassembling classfiles, for example it eliminates redundant line numbers:
whereas
The text was updated successfully, but these errors were encountered: