Skip to content

Instantly share code, notes, and snippets.

@jrudolph
Last active August 29, 2015 14:02
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 jrudolph/0e2b85aa5f975b6729f4 to your computer and use it in GitHub Desktop.
Save jrudolph/0e2b85aa5f975b6729f4 to your computer and use it in GitHub Desktop.
Val vs. JVal
public JVal(int);
flags: ACC_PUBLIC
Code:
aload_0
invokespecial
iconst_0
istore_2
A: iload_2
iload_1
if_icmpge B
iinc 2, 1
goto A
aload_0
B: iload_2
putfield
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment