summaryrefslogtreecommitdiff
path: root/mjit_compile.c
AgeCommit message (Expand)Author
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
2018-10-14_mjit_compile_getivar.erb: optimize IC-hit getivark0kubun
2018-09-30* expand tabs.svn
2018-09-30mjit_compile.c: improve assertion messagek0kubun
2018-09-18vm_insnhelper.h: rename CI_SET_FASTPATH to CC_SET_FASTPATHk0kubun
2018-08-11mjit_worker.c: don't use ruby_strdupk0kubun
2018-08-11mjit.c: exclude mjit_valid_class_serial_pk0kubun
2018-08-11mjit_worker.c: carve out worker-related codek0kubun
2018-08-11_mjit_compile_send.erb: refactor to share vm_call_iseq_setup_normalk0kubun
2018-07-24mjit.c: handle memory allocation failurek0kubun
2018-07-24mjit.c: prevent GC on MJIT workerk0kubun
2018-07-19mjit_compile.c: reduce sp motion on JITk0kubun
2018-07-17revert r63988k0kubun
2018-07-17mjit_compile.c: resurrect local variable stackk0kubun
2018-07-05revert r62655 for r63763k0kubun
2018-05-29mjit_compile.c: drop catch table handlingk0kubun