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
2020-05-11
sed -i s/RUBY3/RBIMPL/g
卜部昌平
2020-05-09
mjit_worker.c: compile_compact_jit_code is not used on mingw
Nobuyoshi Nakada
2020-05-03
Revert 0776198486 for Solaris debug
Takashi Kokubun
2020-05-03
Test no .dSYM on macOS
Takashi Kokubun
2020-05-03
Split compile and link for MinGW support
Takashi Kokubun
2020-05-03
Debug Solaris's MJIT failure
Takashi Kokubun
2020-05-03
Support cc_added_args again
Takashi Kokubun
2020-05-02
Avoid infinite times of JIT compaction
Takashi Kokubun
2020-05-01
Stop generating MJIT_PCH include guard
Takashi Kokubun
2020-05-01
c_file_access_mode should be defined for Windows
Takashi Kokubun
2020-05-01
Deduplicate functions in compacted JIT code
Takashi Kokubun
2020-04-30
Include unit id in a function name of an inlined method
Takashi Kokubun
2020-04-30
Do not stop the world during JIT compaction
Takashi Kokubun
2020-04-10
mjit_worker: __GNUC__ is too lax
卜部昌平
2020-03-17
Get rid of bogus warning by VC
Nobuyoshi Nakada
2020-03-14
Use a human-readable funcname with --jit-debug
Takashi Kokubun
2020-03-14
Revert "Use a human-readable funcname with --jit-debug"
Takashi Kokubun
2020-03-14
Use a human-readable funcname with --jit-debug
Takashi Kokubun
2020-03-12
Avoid referring to an old value of realloc
Takashi Kokubun
2020-03-10
Capture inlined iseq's cc entries in root iseq's
Takashi Kokubun
2020-03-04
[win32] suppress false warning by MSVC
Nobuyoshi Nakada
2020-02-26
Add missing free on cc_entries
Takashi Kokubun
2020-02-26
Internalize rb_mjit_unit definition again
Takashi Kokubun
2020-02-25
Explain the situation of inner cc_entries [ci skip]
Takashi Kokubun
2020-02-25
Note a situation around xmalloc vs free in MJIT [ci skip]
Takashi Kokubun
2020-02-25
should be initialize jit_unit->cc_entries.
Koichi Sasada
2020-02-25
prevent GC from mjit worker.
Koichi Sasada
2020-02-22
Introduce disposable call-cache.
Koichi Sasada
2019-12-01
Allow specifying arbitrary MJIT flags by --jit-debug
Takashi Kokubun
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
[next]