Skip to content

Instantly share code, notes, and snippets.

@badlogic
Created January 6, 2015 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save badlogic/571fdcced98968e08499 to your computer and use it in GitHub Desktop.
Save badlogic/571fdcced98968e08499 to your computer and use it in GitHub Desktop.
// access flags 0x9
public static testRecursion(I)V
L0
LINENUMBER 10 L0
ILOAD 0
BIPUSH 100
IF_ICMPLE L1
L2
LINENUMBER 11 L2
RETURN
L1
LINENUMBER 13 L1
FRAME SAME
ILOAD 0
ICONST_1
IADD
INVOKESTATIC com/robovm/debug/server/apps/InvalidFrame.testRecursion (I)V
L3
LINENUMBER 15 L3
RETURN
L4
LOCALVARIABLE depth I L0 L4 0
MAXSTACK = 2
MAXLOCALS = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment