Skip to content

Instantly share code, notes, and snippets.

@jgouly
Created March 23, 2011 00:26
Show Gist options
  • Save jgouly/882394 to your computer and use it in GitHub Desktop.
Save jgouly/882394 to your computer and use it in GitHub Desktop.
two rets?
rbx compile -Be "def foo(x) return x; end"
================= :foo =================
Arguments: 1 required, 1 total
Locals: 1: x
Stack size: 2
Lines to IP: 1: -1..3
0000: push_local 0 # x
0002: ret
0003: ret
----------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment