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
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-06-17
1
-1
/
+1
*
Avoid enqueueing the same ISeq twice
Takashi Kokubun
2021-06-10
1
-1
/
+1
*
Improve perfomance for Integer#size method [Feature #17135] (#3476)
S.H
2021-06-04
1
-1
/
+1
*
Do not doubly hold an MJIT lock
Takashi Kokubun
2021-06-02
1
-2
/
+2
*
Fix a race condition around mjit_recompile
Takashi Kokubun
2021-06-02
1
-0
/
+4
*
Refactor rb_vm_insn_addr2insn calls
Takashi Kokubun
2021-06-02
1
-5
/
+1
*
Suppress false warning by MSVC
Nobuyoshi Nakada
2021-06-02
1
-4
/
+14
*
Change the default --jit-max-cache to 10000
Takashi Kokubun
2021-05-31
1
-2
/
+2
*
Mark inlined ISeqs during MJIT compilation (#4539)
Takashi Kokubun
2021-05-30
1
-4
/
+62
*
Do not block JIT with pending_stale_p
Takashi Kokubun
2021-05-20
1
-1
/
+1
*
Specify -c to emit pch with clang (#4423)
Takashi Kokubun
2021-04-28
1
-0
/
+1
*
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
[next]