aboutsummaryrefslogtreecommitdiffstats
path: root/vm_callinfo.h
Commit message (Expand)AuthorAgeFilesLines
* remove invalidated ccKoichi Sasada2021-01-061-0/+11
* fix inline method cache sync bugKoichi Sasada2020-12-151-2/+1
* mutete -> mutateAlan Wu2020-10-221-1/+1
* VM_CI_NEW_ID: USE_EMBED_CI could be false卜部昌平2020-06-091-6/+8
* rb_vm_call0: on-stack call info卜部昌平2020-06-091-16/+21
* rb_equal_opt: fully static call data卜部昌平2020-06-091-4/+9
* vm_ci_markable: added卜部昌平2020-06-091-0/+17
* Moved vm_empty_cc to local in vm.c [Bug #16934]Nobuyoshi Nakada2020-06-041-14/+1
* add #include guard hack卜部昌平2020-04-131-0/+13
* Avoid UB with flexible array memberAlan Wu2020-04-121-2/+2
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-1/+1
* Reduce allocations for keyword argument hashesJeremy Evans2020-03-171-2/+4
* Pin and inline cme in JIT-ed method callsTakashi Kokubun2020-03-111-2/+3
* vm_cc_fill() need to clear aux.Koichi Sasada2020-03-021-0/+2
* * remove trailing spaces. [ci skip]git2020-02-221-1/+1
* Introduce disposable call-cache.Koichi Sasada2020-02-221-9/+226
* VALUE size packed callinfo (ci).Koichi Sasada2020-02-221-0/+206