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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm_callinfo.h
Age
Commit message (
Expand
)
Author
2021-12-21
`mandatory_only_cme` should not be in `def`
Koichi Sasada
2021-11-25
fix assertion on `gc_cc_cme()`
Koichi Sasada
2021-11-17
add `VM_CALLCACHE_ON_STACK`
Koichi Sasada
2021-11-17
assert `cc->cme_ != NULL`
Koichi Sasada
2021-11-17
`vm_empty_cc_for_super`
Koichi Sasada
2021-11-17
assert `cc->call_ != NULL`
Koichi Sasada
2021-11-15
`Primitive.mandatory_only?` for fast path
Koichi Sasada
2021-10-20
Partial revert of ceebc7fc98d
Aaron Patterson
2021-10-20
MicroJIT: generate less code for CFUNCs
Alan Wu
2021-09-11
Remove printf family from the mjit header
Nobuyoshi Nakada
2021-09-10
internal/*.h: skip doxygen
卜部昌平
2021-01-29
global call-cache cache table for rb_funcall*
Koichi Sasada
2021-01-19
fix conditon of vm_cc_invalidated_p()
Koichi Sasada
2021-01-06
remove invalidated cc
Koichi Sasada
2020-12-15
fix inline method cache sync bug
Koichi Sasada
2020-10-22
mutete -> mutate
Alan Wu
2020-06-09
VM_CI_NEW_ID: USE_EMBED_CI could be false
卜部昌平
2020-06-09
rb_vm_call0: on-stack call info
卜部昌平
2020-06-09
rb_equal_opt: fully static call data
卜部昌平
2020-06-09
vm_ci_markable: added
卜部昌平
2020-06-04
Moved vm_empty_cc to local in vm.c [Bug #16934]
Nobuyoshi Nakada
2020-04-13
add #include guard hack
卜部昌平
2020-04-12
Avoid UB with flexible array member
Alan Wu
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-03-17
Reduce allocations for keyword argument hashes
Jeremy Evans
2020-03-11
Pin and inline cme in JIT-ed method calls
Takashi Kokubun
2020-03-02
vm_cc_fill() need to clear aux.
Koichi Sasada
2020-02-22
* remove trailing spaces. [ci skip]
git
2020-02-22
Introduce disposable call-cache.
Koichi Sasada
2020-02-22
VALUE size packed callinfo (ci).
Koichi Sasada