aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
Commit message (Expand)AuthorAgeFilesLines
* rb_ext_ractor_safe() to declare ractor-safe extKoichi Sasada2020-12-011-0/+165
* Revert "Set VM_FRAME_FLAG_FINISH at once on MJIT"Takashi Kokubun2020-11-261-8/+8
* Set VM_FRAME_FLAG_FINISH at once on MJITTakashi Kokubun2020-11-261-8/+8
* Prefer rb_module_new() over rb_define_module_id()Alan Wu2020-11-251-1/+1
* [Bug #11213] let defined?(super) call respond_to_missing?Nobuyoshi Nakada2020-11-201-2/+2
* Set allocator on class creationAlan Wu2020-11-161-0/+1
* Improve error message when subclassing non-ClassJeremy Evans2020-11-131-1/+1
* Add debug counter for ivar inline cache misses that could hitAaron Patterson2020-11-091-0/+1
* Avoid slow path ivar settingAaron Patterson2020-11-091-0/+11
* Update vm_insnhelper.cAaron Patterson2020-11-091-1/+1
* Remove iv table size checkAaron Patterson2020-11-091-14/+7
* eagerly initialize ivar table when index is small enoughAaron Patterson2020-11-091-2/+12
* Ractor.make_shareable(a_proc)Koichi Sasada2020-10-301-2/+4
* Fix bootstrap-test error in previous commitJeremy Evans2020-10-251-1/+1
* sync RClass::ext::iv_index_tblKoichi Sasada2020-10-171-28/+45
* Abort on system stack overflow during GCAlan Wu2020-10-161-1/+4
* sync generic_ivtblKoichi Sasada2020-10-141-2/+2
* Make minor improvements to supereileencodes2020-10-011-4/+5
* prohibi method call by defined_method in other racotrsKoichi Sasada2020-09-251-1/+6
* Improve the performance of supereileencodes2020-09-231-2/+14
* Revert "Prevent SystemStackError when calling super in module with activated ...Jeremy Evans2020-09-221-3/+0
* Interpolated strings are no longer frozen with frozen-string-literal: trueBenoit Daloze2020-09-151-9/+0
* Introduce Ractor mechanism for parallel executionKoichi Sasada2020-09-031-22/+33
* Remove the pc argument of vm_trace()Alan Wu2020-09-011-2/+3
* Fix Method#super_method for aliased methodsJeremy Evans2020-08-271-3/+3
* Prevent SystemStackError when calling super in module with activated refinementJeremy Evans2020-07-271-0/+3
* Fixed another typoNobuyoshi Nakada2020-07-101-1/+1
* Fixed typosNobuyoshi Nakada2020-07-101-2/+2
* vm_push_frame_debug_counter_inc: use branches卜部昌平2020-07-101-6/+16
* vm_push_frame: move assignments around卜部昌平2020-07-101-14/+14
* vm_push_frame: move assertions out of the function卜部昌平2020-07-101-3/+4
* vm_push_frame: hoist out debug codes卜部昌平2020-07-101-28/+41
* nobody uses the return value of vm_push_frame卜部昌平2020-07-101-3/+1
* Use ID instead of GENTRY for gvars. (#3278)Koichi Sasada2020-07-031-1/+1
* Extracted METHOD_ENTRY_CACHEABLE macroNobuyoshi Nakada2020-06-301-4/+4
* vm_getivar: do not goto into a branch卜部昌平2020-06-291-17/+21
* Decide JIT-ed insn based on cached cfuncTakashi Kokubun2020-06-251-0/+16
* Verify builtin inline annotation with VM_CHECK_MODE (#3244)Takashi Kokubun2020-06-211-4/+7
* Fix -Wmaybe-uninitialized at vm_invoke_blockTakashi Kokubun2020-06-211-0/+1
* Replaced accessors of `Struct` with `invokebuiltin`Nobuyoshi Nakada2020-06-171-14/+0
* Revert "Replaced accessors of `Struct` with `invokebuiltin`"Nobuyoshi Nakada2020-06-161-0/+14
* Replaced accessors of `Struct` with `invokebuiltin`Nobuyoshi Nakada2020-06-161-14/+0
* vm_call_method: avoid marking on-stack object卜部昌平2020-06-101-1/+2
* rb_eql_opt,rb_equal_opt: purge stale cc卜部昌平2020-06-091-4/+2
* vm_ccs_push: do not cache non-heap entries卜部昌平2020-06-091-0/+7
* VM_CI_NEW_ID: USE_EMBED_CI could be false卜部昌平2020-06-091-6/+16
* eliminate C99 compound literals卜部昌平2020-06-091-16/+27
* vm_call_method: use struct assignment卜部昌平2020-06-091-1/+2
* rb_vm_call0: on-stack call info卜部昌平2020-06-091-22/+0
* vm_yield_setup_args: refactor use macro卜部昌平2020-06-091-4/+1