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_worker.c
Age
Commit message (
Expand
)
Author
2019-10-13
Eliminate the possibility to leave freed ISeq
Takashi Kokubun
2019-10-13
Delay the free until we stop referring to a unit
Takashi Kokubun
2019-10-13
Remove the quick stop path after convert_unit_to_func
Takashi Kokubun
2019-10-10
mjit_worker.c: Add `-lm` to the C compiler in MJIT on Android
Yusuke Endoh
2019-09-26
RubyVM::MJIT.pause(wait: true) should wait
Takashi Kokubun
2019-08-30
Split CC_LINKER_ARGS from CC_DLDFLAGS_ARGS
Takashi Kokubun
2019-08-30
Try dropping DLDFLAGS from compile_c_to_o
Takashi Kokubun
2019-08-28
Stop passing CC_LIBS in compile_c_to_o
Takashi Kokubun
2019-07-15
Handle failure of opening a null device
Takashi Kokubun
2019-07-15
Simplify start_process by exploiting C99
Takashi Kokubun
2019-07-15
Always call va_end in form_args()
Takashi Kokubun
2019-07-14
Simplify link_o_to_so arguments
Takashi Kokubun
2019-07-14
Fix a wrong buffer size to avoid stack corruption
Takashi Kokubun
2019-07-14
Refactor mjit_worker command line with C99
Takashi Kokubun
2019-05-30
Do not use rb_iseq_path() while moving ISeq pointers
Takashi Kokubun
2019-05-29
Never make a method call from MJIT worker
Takashi Kokubun
2019-05-29
Do not call FIX2INT while GC.compact may be running
Takashi Kokubun
2019-05-15
Rename mjit_gc_finish_hook to mjit_gc_exit_hook
Takashi Kokubun
2019-04-20
fix strict compile errors
tenderlove
2019-04-14
Avoid crash on logging GC-ed ISeq
k0kubun
2019-04-14
Do not execute MJIT copy job when ISeq is GC-ed
k0kubun
2019-04-14
Add debug counter for MJIT stale_units
k0kubun
2019-04-14
Unify comment styles across MJIT sources
k0kubun
2019-04-14
Recompile JIT-ed code without optimization
k0kubun
2019-04-10
Adjusted styles
nobu
2019-04-10
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-10
Adjusted styles
nobu
2019-03-29
mjit_worker.c: explicitly ignore the unused result of RB_DEBUG_COUNTER_INC_IF
mame
2019-03-29
Add mjit_compile_failures debug counter
k0kubun
2019-03-29
Prevent mjit length counters from being 0
k0kubun
2019-03-18
Use alloca again instead of malloc and free
k0kubun
2019-03-18
Resurrect r67287 and r67288
k0kubun
2019-03-18
Revert "Eliminate mjit_copy_job_t reference from mjit_worker"
k0kubun
2019-03-18
Eliminate mjit_copy_job_t reference from mjit_worker
k0kubun
2019-03-18
Revert "Request inline cache values from mjit_compile"
k0kubun
2019-03-17
Request inline cache values from mjit_compile
k0kubun
2019-03-17
Eliminate mjit_copy_job_t reference from mjit_worker
k0kubun
2019-03-17
Drop rb_mjit_unit from mjit_copy_job
k0kubun
2019-03-17
Fix a typo [ci skip]
kazu
2019-01-19
Revert "mjit_worker.c: try to simplify CC_DLDFLAGS_ARGS"
k0kubun
2019-01-19
mjit_worker.c: try to simplify CC_DLDFLAGS_ARGS
k0kubun
2019-01-19
mjit_worker.c: do not use GCC_NOSTDLIB_FLAGS for OpenBSD
k0kubun
2019-01-15
Revert "mjit_worker.c: try passing -nostdlib to AIX"
k0kubun
2019-01-14
mjit_worker.c: pass -nostdlib when making pch as well
k0kubun
2019-01-14
mjit_worker.c: try passing -nostdlib to AIX
k0kubun
2019-01-14
mjit_worker.c: pass -lgcc to GCC platforms
k0kubun
2019-01-14
mjit_worker.c: untangle CC_LIBS nesting
k0kubun
2019-01-12
trivial fix r66778 [ci skip]
kazu
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
[next]