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.c
Age
Commit message (
Expand
)
Author
2021-06-10
Cast jit_func for Windows
Takashi Kokubun
2021-06-10
Avoid enqueueing the same ISeq twice
Takashi Kokubun
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-05-31
Change the default --jit-max-cache to 10000
Takashi Kokubun
2021-05-31
Drop JIT_ISEQ_SIZE_THRESHOLD
Takashi Kokubun
2021-05-30
Mark inlined ISeqs during MJIT compilation (#4539)
Takashi Kokubun
2021-01-05
enable constant cache on ractors
Koichi Sasada
2021-01-04
Skip mjit_wait if iseq is not a target
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-20
Mark active_units
Takashi Kokubun
2020-12-20
Stop marking unit_queue
Takashi Kokubun
2020-12-16
Do not access jit_unit if NULL
Takashi Kokubun
2020-12-16
Inline getconstant on JIT (#3906)
Takashi Kokubun
2020-12-16
Lazily move units from active_units to stale_units
Takashi Kokubun
2020-12-03
Assert unit->iseq null out happens under the JIT/GC guard
Takashi Kokubun
2020-11-27
Throttle unload_units
Takashi Kokubun
2020-11-27
Run unload_units in the JIT worker thread
Takashi Kokubun
2020-11-24
Handle calloc failure
Takashi Kokubun
2020-11-23
Prefer calloc/free over ZALLOC/xfree
Takashi Kokubun
2020-11-22
ruby/internal/config.h needs to be included first
Takashi Kokubun
2020-11-22
Make --disable-jit-support compile
Takashi Kokubun
2020-11-22
Remove obsoleted internal/mjit.h inclusion
Takashi Kokubun
2020-11-22
Stop leaving .c files for JIT compaction in /tmp (#3802)
Takashi Kokubun
2020-11-21
Make sure all threads are scanned on unload_units
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
Eliminate IVC sync between JIT and Ruby threads (#3799)
Takashi Kokubun
2020-10-22
Assert in_gc >= 0 instead of guarding it (#3687)
Takashi Kokubun
2020-10-22
Use a lock level for a less granular lock.
Aaron Patterson
2020-09-03
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-06-09
mjit_mark_cc_entries: should consider VM_CALLCACHE_UNMARKABLE
卜部昌平
2020-05-26
Eliminate a call instruction on JIT cancel path
Takashi Kokubun
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-01
Deduplicate functions in compacted JIT code
Takashi Kokubun
2020-04-30
Do not stop the world during JIT compaction
Takashi Kokubun
2020-04-12
Add MJIT_COUNTER macro to dump total_calls
Takashi Kokubun
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-03-15
Add debug counter for unload_units
Takashi Kokubun
2020-03-12
Mark all cc_entries associated to compiled_iseq
Takashi Kokubun
2020-03-12
Move code to mark jit_unit's cc_entries to mjit.c
Takashi Kokubun
2020-03-10
Capture inlined iseq's cc entries in root iseq's
Takashi Kokubun
2020-02-28
Prevent unloading methods used in root_fiber while calling another Fiber (#2939)
Takashi Kokubun
2020-02-28
Avoid infinite loop on --jit-wait
Takashi Kokubun
2020-02-26
Internalize rb_mjit_unit definition again
Takashi Kokubun
2020-02-25
Remove an unused declaration
Takashi Kokubun
2020-02-25
should be initialize jit_unit->cc_entries.
Koichi Sasada
[next]