summaryrefslogtreecommitdiff
path: root/mjit_compile.c
AgeCommit message (Expand)Author
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
2019-03-25Prefer using vm_base_ptr rather than cfp->bpk0kubun
2019-03-25use cfp->bp more.ko1
2019-03-21Check argument_arity_error condition in inlinable_iseq_pk0kubun
2019-03-21Share vm_call_iseq_optimizable_p to reduce copy-pastek0kubun
2019-03-18Use designated initializers for compile_statusk0kubun
2019-03-18Use alloca for stack_size_for_pos as wellk0kubun
2019-03-18Use alloca again instead of malloc and freek0kubun
2019-03-18Resurrect r67287 and r67288k0kubun
2019-03-18Revert "Request inline cache values from mjit_compile"k0kubun
2019-03-17Request inline cache values from mjit_compilek0kubun
2019-01-10mjit.c: use boolean type for boolean variablesk0kubun
2019-01-10Revert "mjit.c: use boolean type for boolean variables"k0kubun
2019-01-10mjit.c: use boolean type for boolean variablesk0kubun
2018-10-21mjit.c: copy call cache values to MJIT workerk0kubun
2018-10-21mjit.c: copy inline cache values to MJIT workerk0kubun
2018-10-20* append newline at EOF.svn
2018-10-20add disabling MJIT features option.ko1
2018-10-14vm_opts.h: share USE_IC_FOR_IVAR as OPT_IC_FOR_IVARk0kubun