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
Age
Commit message (
Expand
)
Author
2018-08-12
vm_insnhelper.c: revert r64280
k0kubun
2018-08-11
_mjit_compile_pc_and_sp.erb: update the comment
k0kubun
2018-08-11
_mjit_compile_pc_and_sp.erb: always move pc
k0kubun
2018-08-11
vm_args.c: stop requiring `calling` in vm_caller_setup_arg_block
k0kubun
2018-08-11
_mjit_compile_send.erb: refactor to share vm_call_iseq_setup_normal
k0kubun
2018-07-25
insns.def: s/handles_frame/handles_sp/
k0kubun
2018-07-19
mjit_compile.c: reduce sp motion on JIT
k0kubun
2018-07-17
revert r63988
k0kubun
2018-07-17
mjit_compile.c: resurrect local variable stack
k0kubun
2018-07-07
_mjit_compile_insn_body: rollback pc correctly
k0kubun
2018-07-05
revert r62655 for r63763
k0kubun
2018-06-27
give up insn attr handles_frame
shyouhei
2018-06-25
mjit_compile.inc.erb: drop unnecessary variable
k0kubun
2018-05-17
_mjit_compile_send.erb: disable attr_reader inline
k0kubun
2018-05-09
_mjit_compile_pc_and_sp: re-commit r63360
k0kubun
2018-05-09
_mjit_compile_send.erb: revert r63350
k0kubun
2018-05-09
_mjit_compile_pc_and_sp.erb: revert r63360
k0kubun
2018-05-08
_mjit_compile_pc_and_sp.erb: make sure no uninitialized
k0kubun
2018-05-07
_mjit_compile_send.erb: inline recursive call
k0kubun
2018-05-03
_mjit_compile_send.erb: retry inlining attr_reader
k0kubun
2018-05-03
mjit_compile.c: verify stack size agreement
k0kubun
2018-05-03
mjit_compile.inc.erb: verify stack consistency
k0kubun
2018-05-02
tool/ruby_vm/views/_insn_name_info.erb: Auto-detect the longest insn name
mame
2018-04-29
_mjit_compile_send.erb: fix pointer conversion warning
k0kubun
2018-04-23
revert r63212
k0kubun
2018-04-20
_mjit_compile_send.erb: inline attr_reader call
k0kubun
2018-04-19
_mjit_compile_send.erb: simplify control flow
k0kubun
2018-03-06
_mjit_compile_pc_and_sp.erb: skip moving pc
k0kubun
2018-03-04
mjit_compile.c: use local variables for stack
k0kubun
2018-03-03
vm.c: add mjit_enable_p flag
k0kubun
2018-02-13
mjit_compile.inc.erb: replace opt_key insn
k0kubun
2018-02-12
use <<- instead of <<~ for older baseruby
nobu
2018-02-12
_mjit_compile_insn_body.erb: refactor
k0kubun
2018-02-12
_mjit_compile_insn_line.erb: carve out macro expansion
k0kubun
2018-02-12
mjit.c: print JIT failure
k0kubun
2018-02-11
_mjit_compile_send.erb: resolve warnings on clang
k0kubun
2018-02-11
_mjit_compile_insn.erb: comment_id
nobu
2018-02-11
_mjit_compile_{insn,send}.erb: suppress warnings
nobu
2018-02-11
_mjit_compile_send.erb: PRI_SERIALT_PREFIX
nobu
2018-02-10
mjit_compile.c: original_body_iseq
nobu
2018-02-08
Export some missing symbols for MJIT
k0kubun
2018-02-06
mjit_compile.c: fix inconsistent indentation
k0kubun
2018-02-05
Fix a typo [ci skip]
kazu
2018-02-04
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-01-29
redefinition of a typedef is a C11ism
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-13
__VA_ARGS__ is a C99ism
shyouhei
2018-01-12
merge revision: 61746
shyouhei
[next]