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
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
2022-03-30
Prefix ccan headers (#4568)
Nobuyoshi Nakada
2022-03-24
Add ISEQ_BODY macro
Peter Zhu
2021-12-13
Rename --jit to --mjit (#5248)
Takashi Kokubun
2021-11-24
MJIT MSVC: Use /Z7 to avoid PDB write race
Alan Wu
2021-06-17
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-06-10
Avoid enqueueing the same ISeq twice
Takashi Kokubun
2021-06-04
Improve perfomance for Integer#size method [Feature #17135] (#3476)
S.H
2021-06-02
Do not doubly hold an MJIT lock
Takashi Kokubun
2021-06-02
Fix a race condition around mjit_recompile
Takashi Kokubun
2021-06-02
Refactor rb_vm_insn_addr2insn calls
Takashi Kokubun
2021-06-02
Suppress false warning by MSVC
Nobuyoshi Nakada
2021-05-31
Change the default --jit-max-cache to 10000
Takashi Kokubun
2021-05-30
Mark inlined ISeqs during MJIT compilation (#4539)
Takashi Kokubun
2021-05-20
Do not block JIT with pending_stale_p
Takashi Kokubun
2021-04-28
Specify -c to emit pch with clang (#4423)
Takashi Kokubun
2021-01-03
Avoid hanging on --jit-wait after MJIT.pause
Takashi Kokubun
2020-12-29
Stop managing valid class serials
Takashi Kokubun
2020-12-20
Mark an ISeq being JIT-ed
Takashi Kokubun
2020-12-16
Lazily move units from active_units to stale_units
Takashi Kokubun
2020-12-14
Lock only active_units references
Takashi Kokubun
2020-12-11
Lock GC while searching the best iseq
Takashi Kokubun
2020-12-10
Revert "Revert some recent JIT changes"
Takashi Kokubun
2020-12-10
Revert "Revert "Have list_node at the top of rb_mjit_unit""
Takashi Kokubun
2020-12-10
Use list_for_each_safe when list_del is used inside
Takashi Kokubun
2020-12-07
Revert some recent JIT changes
Takashi Kokubun
2020-12-07
Revert "Have list_node at the top of rb_mjit_unit"
Takashi Kokubun
2020-12-07
Wait for GC before unload_units
Takashi Kokubun
2020-12-07
Lock the entire active_units loop
Takashi Kokubun
2020-12-07
Have list_node at the top of rb_mjit_unit
Takashi Kokubun
2020-12-06
Lock active_units references on compaction
Takashi Kokubun
2020-11-28
Do not throttle the workaround for --jit-wait
Takashi Kokubun
2020-11-27
Throttle JIT compaction
Takashi Kokubun
2020-11-27
Throttle unload_units
Takashi Kokubun
2020-11-27
Avoid unloading units which have enough total_calls
Takashi Kokubun
2020-11-27
Log when JIT compaction is skipped due to ISeq GC
Takashi Kokubun
2020-11-27
Run unload_units in the JIT worker thread
Takashi Kokubun
2020-11-23
Suppress a format-overflow warning
Nobuyoshi Nakada
2020-11-22
Stop leaving .c files for JIT compaction in /tmp (#3802)
Takashi Kokubun
2020-11-21
Clarify the intention of the include guard
Takashi Kokubun
2020-11-21
Make c_file / so_file construction consistent
Takashi Kokubun
2020-11-21
Make sure all threads are scanned on unload_units
Takashi Kokubun
2020-11-21
Remove the unused o_file definition
Takashi Kokubun
2020-11-20
Fix wrong #ifdef usages with #if
Takashi Kokubun
2020-11-20
Unify some confusing macro usages
Takashi Kokubun
2020-11-20
Shrink the blocking region for compile_compact_jit_code
Takashi Kokubun
2020-11-20
Eliminate IVC sync between JIT and Ruby threads (#3799)
Takashi Kokubun
2020-10-22
Revert "Add assertions when inline caches are copied to MJIT"
Aaron Patterson
2020-10-22
Use a lock level for a less granular lock.
Aaron Patterson
2020-09-30
Suppress warnings
Kazuhiro NISHIYAMA
2020-09-18
Add assertions when inline caches are copied to MJIT
Aaron Patterson
[next]