index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tool
/
ruby_vm
/
views
/
_insn_entry.erb
Age
Commit message (
Expand
)
Author
2023-08-16
Move the PC regardless of the leaf flag (#8232)
Takashi Kokubun
2023-03-16
Rename opes to operands on RubyVM::BaseInstruction
John Hawthorn
2021-12-05
Make `leaf` const in VM generator
Alan Wu
2020-06-21
Verify builtin inline annotation with VM_CHECK_MODE (#3244)
Takashi Kokubun
2019-12-11
Make sure we don't push MOVED or NONE on the stack
Aaron Patterson
2019-01-25
vm.inc now in C99
shyouhei
2018-12-27
delete emacs mode lines [ci skip]
shyouhei
2018-09-14
move ADD_PC around (take 2)
shyouhei
2018-09-13
move canary-related statements into macros
shyouhei
2018-09-11
add new instruction attribute called leaf
shyouhei
2018-07-25
insns.def: s/handles_frame/handles_sp/
k0kubun
2018-07-19
mjit_compile.c: reduce sp motion on JIT
k0kubun
2018-06-27
give up insn attr handles_frame
shyouhei
2018-01-29
also use sp_inc in vm core
shyouhei
2018-01-29
extensive use of instruction attributes
shyouhei
2018-01-26
move ADD_PC around to optimize PC manipluiations
shyouhei
2018-01-12
delete tool/instruction.rb (2nd try)
shyouhei
2018-01-10
merge revisions 61753:61750 61747:61740 61737:61728
shyouhei
2018-01-09
delete tool/instruction.rb
shyouhei