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-03
merge revision(s) 86c262541ad07528842d76dab4b9b34bd888d5f4,7e14762159643b4415...
nagachika
2021-06-03
merge revision(s) 1aac0e88193a82ed36b43e852c46414181b66455: [Backport #17928]
nagachika
2021-01-13
enable constant cache on ractors
Koichi Sasada
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
2020-02-25
prevent GC from mjit worker.
Koichi Sasada
2020-02-22
Introduce disposable call-cache.
Koichi Sasada
2020-02-22
VALUE size packed callinfo (ci).
Koichi Sasada
2020-02-06
function pointers are not void*
卜部昌平
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-03
mjit.c: fix a mismatch of malloc'ed type
Yusuke Endoh
2019-12-01
Simplify variable declaration by C99
Takashi Kokubun
2019-12-01
Constified mjit_init
Nobuyoshi Nakada
[next]