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
*
Avoid hanging on --jit-wait after MJIT.pause
Takashi Kokubun
2021-01-03
1
-1
/
+1
*
Stop managing valid class serials
Takashi Kokubun
2020-12-29
1
-13
/
+0
*
Mark an ISeq being JIT-ed
Takashi Kokubun
2020-12-20
1
-0
/
+5
*
Lazily move units from active_units to stale_units
Takashi Kokubun
2020-12-16
1
-7
/
+19
*
Lock only active_units references
Takashi Kokubun
2020-12-14
1
-1
/
+4
*
Lock GC while searching the best iseq
Takashi Kokubun
2020-12-11
1
-1
/
+11
*
Revert "Revert some recent JIT changes"
Takashi Kokubun
2020-12-10
1
-1
/
+14
*
Revert "Revert "Have list_node at the top of rb_mjit_unit""
Takashi Kokubun
2020-12-10
1
-1
/
+1
*
Use list_for_each_safe when list_del is used inside
Takashi Kokubun
2020-12-10
1
-3
/
+3
*
Revert some recent JIT changes
Takashi Kokubun
2020-12-07
1
-14
/
+1
*
Revert "Have list_node at the top of rb_mjit_unit"
Takashi Kokubun
2020-12-07
1
-1
/
+1
*
Wait for GC before unload_units
Takashi Kokubun
2020-12-07
1
-1
/
+12
*
Lock the entire active_units loop
Takashi Kokubun
2020-12-07
1
-3
/
+0
*
Have list_node at the top of rb_mjit_unit
Takashi Kokubun
2020-12-07
1
-1
/
+1
*
Lock active_units references on compaction
Takashi Kokubun
2020-12-06
1
-0
/
+5
*
Do not throttle the workaround for --jit-wait
Takashi Kokubun
2020-11-28
1
-5
/
+4
*
Throttle JIT compaction
Takashi Kokubun
2020-11-27
1
-4
/
+7
*
Throttle unload_units
Takashi Kokubun
2020-11-27
1
-5
/
+11
*
Avoid unloading units which have enough total_calls
Takashi Kokubun
2020-11-27
1
-19
/
+25
*
Log when JIT compaction is skipped due to ISeq GC
Takashi Kokubun
2020-11-27
1
-1
/
+4
*
Run unload_units in the JIT worker thread
Takashi Kokubun
2020-11-27
1
-10
/
+104
*
Suppress a format-overflow warning
Nobuyoshi Nakada
2020-11-23
1
-2
/
+5
*
Stop leaving .c files for JIT compaction in /tmp (#3802)
Takashi Kokubun
2020-11-22
1
-54
/
+52
*
Clarify the intention of the include guard
Takashi Kokubun
2020-11-21
1
-2
/
+2
*
Make c_file / so_file construction consistent
Takashi Kokubun
2020-11-21
1
-23
/
+9
*
Make sure all threads are scanned on unload_units
Takashi Kokubun
2020-11-21
1
-1
/
+1
*
Remove the unused o_file definition
Takashi Kokubun
2020-11-21
1
-9
/
+0
*
Fix wrong #ifdef usages with #if
Takashi Kokubun
2020-11-20
1
-7
/
+7
*
Unify some confusing macro usages
Takashi Kokubun
2020-11-20
1
-19
/
+19
*
Shrink the blocking region for compile_compact_jit_code
Takashi Kokubun
2020-11-20
1
-4
/
+3
*
Eliminate IVC sync between JIT and Ruby threads (#3799)
Takashi Kokubun
2020-11-20
1
-70
/
+0
*
Revert "Add assertions when inline caches are copied to MJIT"
Aaron Patterson
2020-10-22
1
-11
/
+0
*
Use a lock level for a less granular lock.
Aaron Patterson
2020-10-22
1
-2
/
+2
*
Suppress warnings
Kazuhiro NISHIYAMA
2020-09-30
1
-4
/
+4
*
Add assertions when inline caches are copied to MJIT
Aaron Patterson
2020-09-18
1
-0
/
+11
*
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
[next]