aboutsummaryrefslogtreecommitdiffstats
path: root/mjit.c
Commit message (Expand)AuthorAgeFilesLines
* mjit.c: fix a mismatch of malloc'ed typeYusuke Endoh2019-12-031-2/+2
* Simplify variable declaration by C99Takashi Kokubun2019-12-011-8/+6
* Constified mjit_initNobuyoshi Nakada2019-12-011-1/+1
* ConstifiedNobuyoshi Nakada2019-12-011-2/+2
* Fix a mistake excluding NULL in the endTakashi Kokubun2019-12-011-2/+2
* Workaround missing strndup on WindowsTakashi Kokubun2019-12-011-1/+11
* Allow specifying arbitrary MJIT flags by --jit-debugTakashi Kokubun2019-12-011-0/+32
* Combine call info and cache to speed up method invocationAlan Wu2019-10-241-1/+10
* Remove the quick stop path after convert_unit_to_funcTakashi Kokubun2019-10-131-2/+0
* RubyVM::MJIT.pause(wait: true) should waitTakashi Kokubun2019-09-261-0/+2
* Fix wrong allocation failure handlingTakashi Kokubun2019-09-201-2/+2
* * expand tabs. [ci skip]git2019-08-221-1/+1
* Improve the description of MJIT cancel-all [ci skip]Takashi Kokubun2019-08-221-0/+1
* Rename rb_gc_new_location to rb_gc_locationAaron Patterson2019-05-181-2/+2
* Rename mjit_gc_finish_hook to mjit_gc_exit_hookTakashi Kokubun2019-05-151-3/+3
* glibc says memcpy cannot take NULLUrabe, Shyouhei2019-04-291-1/+1
* Fix wrong critical section labelk0kubun2019-04-201-2/+2
* Prefix rb_ to MJIT wait call since it's exportedk0kubun2019-04-201-5/+5
* Revert "Revert "Skip ISeq reference for stale_units for debugging""k0kubun2019-04-201-1/+15
* Invalidate JIT-ed code if ISeq is moved by GC.compactk0kubun2019-04-201-0/+4
* Revert "Skip ISeq reference for stale_units for debugging"k0kubun2019-04-201-15/+1
* Skip ISeq reference for stale_units for debuggingk0kubun2019-04-201-1/+15
* Check ISeq references in stale_units took0kubun2019-04-201-0/+10
* Update ISeq references in stale_units as wellk0kubun2019-04-201-0/+11
* fix strict compile errorstenderlove2019-04-201-2/+2
* Update MJIT referencestenderlove2019-04-201-0/+13
* Do not execute MJIT copy job when ISeq is GC-edk0kubun2019-04-141-1/+9
* Prefer uintptr_t over ptrdiff_t for i686k0kubun2019-04-141-1/+1
* Revert "Try to set false explicitly"k0kubun2019-04-141-5/+1
* Try to set false explicitlyk0kubun2019-04-141-1/+5
* Unify comment styles across MJIT sourcesk0kubun2019-04-141-116/+115
* Recompile JIT-ed code without optimizationk0kubun2019-04-141-8/+50
* Prevent mjit length counters from being 0k0kubun2019-03-291-6/+0
* Add debug counter for rb_mjit_unit_listk0kubun2019-03-291-0/+6
* Drop rb_mjit_unit from mjit_copy_jobk0kubun2019-03-171-9/+18
* Fix typos [ci skip]kazu2019-03-171-2/+2
* Change defaults of --jit optionsk0kubun2019-03-171-7/+6
* mjit.c: use boolean type for boolean variablesk0kubun2019-01-101-26/+26
* Revert "mjit.c: use boolean type for boolean variables"k0kubun2019-01-101-18/+18
* mjit.c: use boolean type for boolean variablesk0kubun2019-01-101-18/+18
* Removed never-happening casenobu2018-12-091-5/+0
* Duplicate header name only if foundnobu2018-12-081-3/+3
* Fix compile error at r66280nobu2018-12-081-4/+3
* Give the MJIT header path namenobu2018-12-081-38/+26
* Fix memory leak when failed to build pch pathnobu2018-12-071-1/+4
* mjit.c: remove init_listnormal2018-12-041-12/+0
* unconstify cast to get rid of VC++ warningsusa2018-12-041-2/+2
* mjit.c: eliminate -save-temps flagk0kubun2018-12-031-0/+14
* mjit_worker.c: undefine CC_PATHk0kubun2018-12-031-3/+2
* vm_trace.c: workqueue as thread-safe version of postponed_jobnormal2018-11-301-14/+0