summaryrefslogtreecommitdiffstats
path: root/vm_callinfo.h (follow)
Commit message (Expand)AuthorAgeLines
* Remove a typo hash [ci skip]Nobuyoshi Nakada2022-01-29-1/+1
* Streamline cached attr reader / writer indexesJemma Issroff2022-01-26-2/+17
* `mandatory_only_cme` should not be in `def`Koichi Sasada2021-12-21-5/+11
* fix assertion on `gc_cc_cme()`Koichi Sasada2021-11-25-1/+3
* add `VM_CALLCACHE_ON_STACK`Koichi Sasada2021-11-17-1/+3
* assert `cc->cme_ != NULL`Koichi Sasada2021-11-17-7/+9
* `vm_empty_cc_for_super`Koichi Sasada2021-11-17-0/+1
* assert `cc->call_ != NULL`Koichi Sasada2021-11-17-0/+1
* `Primitive.mandatory_only?` for fast pathKoichi Sasada2021-11-15-0/+19
* Partial revert of ceebc7fc98dAaron Patterson2021-10-20-1/+10
* MicroJIT: generate less code for CFUNCsAlan Wu2021-10-20-10/+1
* Remove printf family from the mjit headerNobuyoshi Nakada2021-09-11-3/+3
* internal/*.h: skip doxygen卜部昌平2021-09-10-1/+0
* global call-cache cache table for rb_funcall*Koichi Sasada2021-01-29-12/+0
* fix conditon of vm_cc_invalidated_p()Koichi Sasada2021-01-19-1/+1
* remove invalidated ccKoichi Sasada2021-01-06-0/+11
* fix inline method cache sync bugKoichi Sasada2020-12-15-2/+1
* mutete -> mutateAlan Wu2020-10-22-1/+1
* VM_CI_NEW_ID: USE_EMBED_CI could be false卜部昌平2020-06-09-6/+8
* rb_vm_call0: on-stack call info卜部昌平2020-06-09-16/+21
* rb_equal_opt: fully static call data卜部昌平2020-06-09-4/+9
* vm_ci_markable: added卜部昌平2020-06-09-0/+17
* Moved vm_empty_cc to local in vm.c [Bug #16934]Nobuyoshi Nakada2020-06-04-14/+1
* add #include guard hack卜部昌平2020-04-13-0/+13
* Avoid UB with flexible array memberAlan Wu2020-04-12-2/+2
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-08-1/+1
* Reduce allocations for keyword argument hashesJeremy Evans2020-03-17-2/+4
* Pin and inline cme in JIT-ed method callsTakashi Kokubun2020-03-11-2/+3
* vm_cc_fill() need to clear aux.Koichi Sasada2020-03-02-0/+2
* * remove trailing spaces. [ci skip]git2020-02-22-1/+1
* Introduce disposable call-cache.Koichi Sasada2020-02-22-9/+226
* VALUE size packed callinfo (ci).Koichi Sasada2020-02-22-0/+206