index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mjit.c
Age
Commit message (
Expand
)
Author
2020-02-06
function pointers are not void*
卜部昌平
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-03
mjit.c: fix a mismatch of malloc'ed type
Yusuke Endoh
2019-12-01
Simplify variable declaration by C99
Takashi Kokubun
2019-12-01
Constified mjit_init
Nobuyoshi Nakada
2019-12-01
Constified
Nobuyoshi Nakada
2019-12-01
Fix a mistake excluding NULL in the end
Takashi Kokubun
2019-12-01
Workaround missing strndup on Windows
Takashi Kokubun
2019-12-01
Allow specifying arbitrary MJIT flags by --jit-debug
Takashi Kokubun
2019-10-24
Combine call info and cache to speed up method invocation
Alan Wu
2019-10-13
Remove the quick stop path after convert_unit_to_func
Takashi Kokubun
2019-09-26
RubyVM::MJIT.pause(wait: true) should wait
Takashi Kokubun
2019-09-20
Fix wrong allocation failure handling
Takashi Kokubun
2019-08-22
* expand tabs. [ci skip]
git
2019-08-22
Improve the description of MJIT cancel-all [ci skip]
Takashi Kokubun
2019-05-18
Rename rb_gc_new_location to rb_gc_location
Aaron Patterson
2019-05-15
Rename mjit_gc_finish_hook to mjit_gc_exit_hook
Takashi Kokubun
2019-04-29
glibc says memcpy cannot take NULL
Urabe, Shyouhei
2019-04-20
Fix wrong critical section label
k0kubun
2019-04-20
Prefix rb_ to MJIT wait call since it's exported
k0kubun
2019-04-20
Revert "Revert "Skip ISeq reference for stale_units for debugging""
k0kubun
2019-04-20
Invalidate JIT-ed code if ISeq is moved by GC.compact
k0kubun
2019-04-20
Revert "Skip ISeq reference for stale_units for debugging"
k0kubun
2019-04-20
Skip ISeq reference for stale_units for debugging
k0kubun
2019-04-20
Check ISeq references in stale_units too
k0kubun
2019-04-20
Update ISeq references in stale_units as well
k0kubun
2019-04-20
fix strict compile errors
tenderlove
2019-04-20
Update MJIT references
tenderlove
2019-04-14
Do not execute MJIT copy job when ISeq is GC-ed
k0kubun
2019-04-14
Prefer uintptr_t over ptrdiff_t for i686
k0kubun
2019-04-14
Revert "Try to set false explicitly"
k0kubun
2019-04-14
Try to set false explicitly
k0kubun
2019-04-14
Unify comment styles across MJIT sources
k0kubun
2019-04-14
Recompile JIT-ed code without optimization
k0kubun
2019-03-29
Prevent mjit length counters from being 0
k0kubun
2019-03-29
Add debug counter for rb_mjit_unit_list
k0kubun
2019-03-17
Drop rb_mjit_unit from mjit_copy_job
k0kubun
2019-03-17
Fix typos [ci skip]
kazu
2019-03-17
Change defaults of --jit options
k0kubun
2019-01-10
mjit.c: use boolean type for boolean variables
k0kubun
2019-01-10
Revert "mjit.c: use boolean type for boolean variables"
k0kubun
2019-01-10
mjit.c: use boolean type for boolean variables
k0kubun
2018-12-09
Removed never-happening case
nobu
2018-12-08
Duplicate header name only if found
nobu
2018-12-08
Fix compile error at r66280
nobu
2018-12-08
Give the MJIT header path name
nobu
2018-12-07
Fix memory leak when failed to build pch path
nobu
2018-12-04
mjit.c: remove init_list
normal
2018-12-04
unconstify cast to get rid of VC++ warnings
usa
2018-12-03
mjit.c: eliminate -save-temps flag
k0kubun
[next]