View All Public Notes
"Rubinius is software that translates the code for the Ruby programming language such as puts "hello world" and turns it into efficient machine code like this push %rbp; mov %rsp, %rbp; push %rbx; subq $0x98, %rsp; cmp $0x0, 0x10(%rcx); call 0xffffffffff472010; jmp 0x9c; … then executes it" #ruby #machine_language #code #pub