Skip to content

Instantly share code, notes, and snippets.

@brixen
Created June 4, 2011 19:08
Show Gist options
  • Select an option

  • Save brixen/1008213 to your computer and use it in GitHub Desktop.

Select an option

Save brixen/1008213 to your computer and use it in GitHub Desktop.
$ bin/rbx compile -e 'def m(a) p a end' -B -N m
================== :m ==================
Arguments: 1 required, 1 total
Locals: 1: a
Stack size: 3
Lines to IP: 1: -1..7
0000: push_self
0001: push_local 0 # a
0003: allow_private
0004: send_stack :p, 1
0007: ret
----------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment