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
/
vm_insnhelper.c
Age
Commit message (
Expand
)
Author
2019-06-11
Fix SystemStackError when calling a method in an unused refinement
Jeremy Evans
2019-06-01
* expand tabs.
git
2019-06-01
Make opt_aref instruction support Integer#[]
Yusuke Endoh
2019-05-31
Use UNALIGNED_MEMBER_PTR
Nobuyoshi Nakada
2019-04-26
avoid buffer overflow in vm_check_canary
Urabe, Shyouhei
2019-04-26
print the disasm
Urabe, Shyouhei
2019-04-26
suppress warning [ci skip]
Urabe, Shyouhei
2019-04-13
Revert "GET_CFP and ec->cfp are different"
k0kubun
2019-04-13
GET_CFP and ec->cfp are different
k0kubun
2019-04-05
* expand tabs.
svn
2019-04-05
add definemethod/definesmethod insn.
ko1
2019-04-04
* expand tabs.
svn
2019-04-04
Revert "Introduce inline cache for invokesuper"
k0kubun
2019-04-03
Introduce inline cache for invokesuper
k0kubun
2019-03-25
Prefer using vm_base_ptr rather than cfp->bp
k0kubun
2019-03-25
use cfp->bp more.
ko1
2019-03-22
add debug counters to count call cache fastpath.
ko1
2019-03-22
* expand tabs.
svn
2019-03-22
optimize method dispatch for lead/kw params.
ko1
2019-03-21
Share vm_call_iseq_optimizable_p to reduce copy-paste
k0kubun
2019-03-21
Make rb_iseq_only_optparam_p static
k0kubun
2019-03-20
remove redundant check.
ko1
2019-03-20
fix a type error with a cast for clang.
ko1
2019-03-20
* expand tabs.
svn
2019-03-20
optimize method dispatch for lead/opt params.
ko1
2019-02-22
change `cfunc->invoker` type for opt.
ko1
2019-02-01
on-smash canary detection
shyouhei
2019-01-14
vm_insnhelper.c: make VM helpers inline
k0kubun
2019-01-10
mjit.c: use boolean type for boolean variables
k0kubun
2019-01-10
Revert "mjit.c: use boolean type for boolean variables"
k0kubun
2019-01-10
mjit.c: use boolean type for boolean variables
k0kubun
2018-12-28
vm_insnhelper.c: USE_FLONUM is always defined
shyouhei
2018-12-28
vm_insnhelper.c: delete unused macros
shyouhei
2018-12-26
* expand tabs.
svn
2018-12-26
insns.def: refactor to avoid CALL_METHOD macro
shyouhei
2018-12-25
vm_insnhelper.c: use COLDFUNC
shyouhei
2018-12-18
* expand tabs.
svn
2018-12-18
should use defined_class.
ko1
2018-12-06
Return same ISeq object for one src.
ko1
2018-11-26
* expand tabs.
svn
2018-11-26
Support targetting TracePoint [Feature #15289]
ko1
2018-11-20
vm_insnhelper.c: fix indent [ci skip]
shyouhei
2018-11-20
vm_insnhelper.c: recv -1 + 3 overflows
shyouhei
2018-11-13
suppress integer overflow warnings
shyouhei
2018-11-12
vm_insnhelper.c: avoid nevative sp
shyouhei
2018-11-12
* expand tabs.
svn
2018-11-12
vm_insnhelper.c: avoid division by zero
shyouhei
2018-11-09
* expand tabs.
svn
2018-11-09
There is a path to use bmethod with ifunc.
ko1
2018-11-09
fix passing wrong `passed_bmethod_me`.
ko1
[next]