summaryrefslogtreecommitdiffhomepage
path: root/src/opcode.h
AgeCommit message (Collapse)Author
2013-03-24For particular environments which has 25 < n < 32 bit int. There is no cost ↵Masaki Muranaka
even if you use 16/32bit int targets.
2013-03-24Add brances to macro parameter. It may be refactored as GET_UNPACK_{b,c} are ↵Masaki Muranaka
used only by GETARG_{b,c}.
2013-03-21fix comment.crimsonwoods
2013-03-21fix the type of value that is returned by bit-shift expression.crimsonwoods
2013-03-17remove bit-shift operation.Kurebayashi, Takahiro
2012-09-03remove OP_LOADNIL before OP_SEND by introducing OP_SENDB (send with block)Yukihiro Matsumoto
2012-06-12GETARG_x should return int, not int32_tYukihiro Matsumoto
2012-04-30rm whitespaceroco
2012-04-23add file headermimaki
2012-04-20add mruby sourcesmimaki