summaryrefslogtreecommitdiff
path: root/spec/ruby/library/pathname/parent_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/pathname/parent_spec.rb')
0 files changed, 0 insertions, 0 deletions
61f50854e0cdccb03ee516a21ce62adf6c802'>sync RClass::ext::iv_index_tblKoichi Sasada 2020-09-08Use size_t for MJIT's max_ivar_indexTakashi Kokubun 2020-07-03Merge ivar guards on JIT (#3284)Takashi Kokubun 2020-06-25Show what's inlined first in "JIT inline" logTakashi Kokubun 2020-06-25Decide JIT-ed insn based on cached cfuncTakashi Kokubun 2020-06-23Avoid generating opt_send with cfunc cc with JITTakashi Kokubun 2020-06-22Compile opt_send for opt_* only when cc has ISeqTakashi Kokubun 2020-06-20Introduce Primitive.attr! to annotate 'inline' (#3242)Takashi Kokubun 2020-05-26Eliminate a call instruction on JIT cancel pathTakashi Kokubun 2020-05-17Simplify maybe_special_const_class_pTakashi Kokubun 2020-05-17Reduce code size for rb_class_ofTakashi Kokubun 2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平 2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平 2020-05-06Remove OPT_CHECKED_RUN codeTakashi Kokubun 2020-05-06Enable OPT_CHECKED_RUN on MJIT for debuggingTakashi Kokubun 2020-05-01Fix MJIT compiler warnings in clangTakashi Kokubun 2020-05-01Fix a wrong argument of vm_exec on JIT cancelTakashi Kokubun 2020-05-01Make sure unit->id is inheritedTakashi Kokubun 2020-04-30Include unit id in a function name of an inlined methodTakashi Kokubun 2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平 2020-03-30Optimize exivar access on JIT-ed getivarTakashi Kokubun 2020-03-12Avoid referring to an old value of reallocTakashi Kokubun 2020-03-10Capture inlined iseq's cc entries in root iseq'sTakashi Kokubun 2020-02-26Internalize rb_mjit_unit definition againTakashi Kokubun 2020-02-22Introduce disposable call-cache.Koichi Sasada 2020-02-22VALUE size packed callinfo (ci).Koichi Sasada 2019-12-26decouple internal.h headers卜部昌平 2019-11-21Add a proper cast to pass JIT tests on mswin.Koichi Sasada 2019-11-08support builtin features with Ruby and C.Koichi Sasada 2019-11-07extend rb_call_cache卜部昌平 2019-10-24Combine call info and cache to speed up method invocationAlan Wu