summaryrefslogtreecommitdiff
path: root/mjit_compile.c
AgeCommit message (Expand)Author
2020-12-21Prefer stdbool in vm_execTakashi Kokubun
2020-12-16Inline getconstant on JIT (#3906)Takashi Kokubun
2020-11-27Cache access to reg_cfp->self on JITTakashi Kokubun
2020-11-26Revert "Set VM_FRAME_FLAG_FINISH at once on MJIT"Takashi Kokubun
2020-11-26Set VM_FRAME_FLAG_FINISH at once on MJITTakashi Kokubun
2020-11-22ruby/internal/config.h needs to be included firstTakashi Kokubun
2020-11-20Eliminate IVC sync between JIT and Ruby threads (#3799)Takashi Kokubun
2020-10-17sync 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
2019-07-03Just disable inlining with local varaible for nowTakashi Kokubun
2019-04-21Revert "Try dropping const qualifier to suppress msiwn warning"k0kubun
2019-04-21Get rid of warinings of VCusa
2019-04-21Try dropping const qualifier to suppress msiwn warningk0kubun
2019-04-16Recompile without method inliningk0kubun
2019-04-16Introduce frame-omitted method inliningk0kubun
2019-04-16Implement single-level basic method inlining in JITk0kubun
2019-04-15Carve out mjit_compile_bodyk0kubun
2019-04-14Share optimization cancel handlersk0kubun
2019-04-14Unify comment styles across MJIT sourcesk0kubun
2019-04-14Recompile JIT-ed code without optimizationk0kubun
2019-03-29Add debug counters for MJIT cancelk0kubun