summaryrefslogtreecommitdiff
path: root/mjit.c
AgeCommit message (Expand)Author
2020-11-27Throttle unload_unitsTakashi Kokubun
2020-11-27Run unload_units in the JIT worker threadTakashi Kokubun
2020-11-24Handle calloc failureTakashi Kokubun
2020-11-23Prefer calloc/free over ZALLOC/xfreeTakashi Kokubun
2020-11-22ruby/internal/config.h needs to be included firstTakashi Kokubun
2020-11-22Make --disable-jit-support compileTakashi Kokubun
2020-11-22Remove obsoleted internal/mjit.h inclusionTakashi Kokubun
2020-11-22Stop leaving .c files for JIT compaction in /tmp (#3802)Takashi Kokubun
2020-11-21Make sure all threads are scanned on unload_unitsTakashi Kokubun
2020-11-20Fix wrong #ifdef usages with #ifTakashi Kokubun
2020-11-20Unify some confusing macro usagesTakashi Kokubun
2020-11-20Eliminate IVC sync between JIT and Ruby threads (#3799)Takashi Kokubun
2020-10-22Assert in_gc >= 0 instead of guarding it (#3687)Takashi Kokubun
2020-10-22Use a lock level for a less granular lock.Aaron Patterson
2020-09-03Introduce Ractor mechanism for parallel executionKoichi Sasada
2020-06-09mjit_mark_cc_entries: should consider VM_CALLCACHE_UNMARKABLE卜部昌平
2020-05-26Eliminate a call instruction on JIT cancel pathTakashi Kokubun
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-05-01Deduplicate functions in compacted JIT codeTakashi Kokubun
2020-04-30Do not stop the world during JIT compactionTakashi Kokubun
2020-04-12Add MJIT_COUNTER macro to dump total_callsTakashi Kokubun
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2020-03-15Add debug counter for unload_unitsTakashi Kokubun
2020-03-12Mark all cc_entries associated to compiled_iseqTakashi Kokubun
2020-03-12Move code to mark jit_unit's cc_entries to mjit.cTakashi Kokubun
2020-03-10Capture inlined iseq's cc entries in root iseq'sTakashi Kokubun
2020-02-28Prevent unloading methods used in root_fiber while calling another Fiber (#2939)Takashi Kokubun
2020-02-28Avoid infinite loop on --jit-waitTakashi Kokubun
2020-02-26Internalize rb_mjit_unit definition againTakashi Kokubun
2020-02-25Remove an unused declarationTakashi Kokubun
2020-02-25should be initialize jit_unit->cc_entries.Koichi Sasada
2020-02-25prevent GC from mjit worker.Koichi Sasada
2020-02-22Introduce disposable call-cache.Koichi Sasada
2020-02-22VALUE size packed callinfo (ci).Koichi Sasada
2020-02-06function pointers are not void*卜部昌平
2019-12-26decouple internal.h headers卜部昌平
2019-12-03mjit.c: fix a mismatch of malloc'ed typeYusuke Endoh
2019-12-01Simplify variable declaration by C99Takashi Kokubun
2019-12-01Constified mjit_initNobuyoshi Nakada
2019-12-01ConstifiedNobuyoshi Nakada
2019-12-01Fix a mistake excluding NULL in the endTakashi Kokubun
2019-12-01Workaround missing strndup on WindowsTakashi Kokubun
2019-12-01Allow specifying arbitrary MJIT flags by --jit-debugTakashi Kokubun
2019-10-24Combine call info and cache to speed up method invocationAlan Wu
2019-10-13Remove the quick stop path after convert_unit_to_funcTakashi Kokubun
2019-09-26RubyVM::MJIT.pause(wait: true) should waitTakashi Kokubun
2019-09-20Fix wrong allocation failure handlingTakashi Kokubun
2019-08-22* expand tabs. [ci skip]git
2019-08-22Improve the description of MJIT cancel-all [ci skip]Takashi Kokubun