index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mjit_worker.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sed -i s/RUBY3/RBIMPL/g
卜部昌平
2020-05-11
1
-1
/
+1
*
mjit_worker.c: compile_compact_jit_code is not used on mingw
Nobuyoshi Nakada
2020-05-09
1
-2
/
+10
*
Revert 0776198486 for Solaris debug
Takashi Kokubun
2020-05-03
1
-5
/
+1
*
Test no .dSYM on macOS
Takashi Kokubun
2020-05-03
1
-1
/
+2
*
Split compile and link for MinGW support
Takashi Kokubun
2020-05-03
1
-13
/
+28
*
Debug Solaris's MJIT failure
Takashi Kokubun
2020-05-03
1
-1
/
+5
*
Support cc_added_args again
Takashi Kokubun
2020-05-03
1
-1
/
+1
*
Avoid infinite times of JIT compaction
Takashi Kokubun
2020-05-02
1
-3
/
+9
*
Stop generating MJIT_PCH include guard
Takashi Kokubun
2020-05-01
1
-0
/
+4
*
c_file_access_mode should be defined for Windows
Takashi Kokubun
2020-05-01
1
-8
/
+11
*
Deduplicate functions in compacted JIT code
Takashi Kokubun
2020-05-01
1
-76
/
+77
*
Include unit id in a function name of an inlined method
Takashi Kokubun
2020-04-30
1
-1
/
+1
*
Do not stop the world during JIT compaction
Takashi Kokubun
2020-04-30
1
-8
/
+10
*
mjit_worker: __GNUC__ is too lax
卜部昌平
2020-04-10
1
-1
/
+1
*
Get rid of bogus warning by VC
Nobuyoshi Nakada
2020-03-17
1
-1
/
+2
*
Use a human-readable funcname with --jit-debug
Takashi Kokubun
2020-03-14
1
-4
/
+39
*
Revert "Use a human-readable funcname with --jit-debug"
Takashi Kokubun
2020-03-14
1
-39
/
+4
*
Use a human-readable funcname with --jit-debug
Takashi Kokubun
2020-03-14
1
-4
/
+39
*
Avoid referring to an old value of realloc
Takashi Kokubun
2020-03-12
1
-5
/
+16
*
Capture inlined iseq's cc entries in root iseq's
Takashi Kokubun
2020-03-10
1
-20
/
+37
*
[win32] suppress false warning by MSVC
Nobuyoshi Nakada
2020-03-04
1
-1
/
+2
*
Add missing free on cc_entries
Takashi Kokubun
2020-02-26
1
-0
/
+3
*
Internalize rb_mjit_unit definition again
Takashi Kokubun
2020-02-26
1
-1
/
+29
*
Explain the situation of inner cc_entries [ci skip]
Takashi Kokubun
2020-02-25
1
-0
/
+5
*
Note a situation around xmalloc vs free in MJIT [ci skip]
Takashi Kokubun
2020-02-25
1
-0
/
+13
*
should be initialize jit_unit->cc_entries.
Koichi Sasada
2020-02-25
1
-1
/
+1
*
prevent GC from mjit worker.
Koichi Sasada
2020-02-25
1
-0
/
+14
*
Introduce disposable call-cache.
Koichi Sasada
2020-02-22
1
-29
/
+1
*
Allow specifying arbitrary MJIT flags by --jit-debug
Takashi Kokubun
2019-12-01
1
-2
/
+4
*
Eliminate the possibility to leave freed ISeq
Takashi Kokubun
2019-10-13
1
-3
/
+3
*
Delay the free until we stop referring to a unit
Takashi Kokubun
2019-10-13
1
-1
/
+3
*
Remove the quick stop path after convert_unit_to_func
Takashi Kokubun
2019-10-13
1
-8
/
+0
*
mjit_worker.c: Add `-lm` to the C compiler in MJIT on Android
Yusuke Endoh
2019-10-10
1
-0
/
+3
*
RubyVM::MJIT.pause(wait: true) should wait
Takashi Kokubun
2019-09-26
1
-3
/
+6
*
Split CC_LINKER_ARGS from CC_DLDFLAGS_ARGS
Takashi Kokubun
2019-08-30
1
-5
/
+6
*
Try dropping DLDFLAGS from compile_c_to_o
Takashi Kokubun
2019-08-30
1
-1
/
+1
*
Stop passing CC_LIBS in compile_c_to_o
Takashi Kokubun
2019-08-28
1
-1
/
+1
*
Handle failure of opening a null device
Takashi Kokubun
2019-07-15
1
-3
/
+7
*
Simplify start_process by exploiting C99
Takashi Kokubun
2019-07-15
1
-22
/
+18
*
Always call va_end in form_args()
Takashi Kokubun
2019-07-15
1
-1
/
+2
*
Simplify link_o_to_so arguments
Takashi Kokubun
2019-07-14
1
-3
/
+1
*
Fix a wrong buffer size to avoid stack corruption
Takashi Kokubun
2019-07-14
1
-2
/
+2
*
Refactor mjit_worker command line with C99
Takashi Kokubun
2019-07-14
1
-35
/
+17
*
Do not use rb_iseq_path() while moving ISeq pointers
Takashi Kokubun
2019-05-30
1
-26
/
+14
*
Never make a method call from MJIT worker
Takashi Kokubun
2019-05-29
1
-6
/
+9
*
Do not call FIX2INT while GC.compact may be running
Takashi Kokubun
2019-05-29
1
-6
/
+6
*
Rename mjit_gc_finish_hook to mjit_gc_exit_hook
Takashi Kokubun
2019-05-15
1
-1
/
+1
*
fix strict compile errors
tenderlove
2019-04-20
1
-1
/
+1
*
Avoid crash on logging GC-ed ISeq
k0kubun
2019-04-14
1
-3
/
+8
*
Do not execute MJIT copy job when ISeq is GC-ed
k0kubun
2019-04-14
1
-2
/
+4
[next]