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.c
Age
Commit message (
Expand
)
Author
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
2019-12-01
Constified
Nobuyoshi Nakada
2019-12-01
Fix a mistake excluding NULL in the end
Takashi Kokubun
2019-12-01
Workaround missing strndup on Windows
Takashi Kokubun
2019-12-01
Allow specifying arbitrary MJIT flags by --jit-debug
Takashi Kokubun
2019-10-24
Combine call info and cache to speed up method invocation
Alan Wu
2019-10-13
Remove the quick stop path after convert_unit_to_func
Takashi Kokubun
2019-09-26
RubyVM::MJIT.pause(wait: true) should wait
Takashi Kokubun
2019-09-20
Fix wrong allocation failure handling
Takashi Kokubun
2019-08-22
* expand tabs. [ci skip]
git
2019-08-22
Improve the description of MJIT cancel-all [ci skip]
Takashi Kokubun
2019-05-18
Rename rb_gc_new_location to rb_gc_location
Aaron Patterson
2019-05-15
Rename mjit_gc_finish_hook to mjit_gc_exit_hook
Takashi Kokubun
2019-04-29
glibc says memcpy cannot take NULL
Urabe, Shyouhei
2019-04-20
Fix wrong critical section label
k0kubun
2019-04-20
Prefix rb_ to MJIT wait call since it's exported
k0kubun
2019-04-20
Revert "Revert "Skip ISeq reference for stale_units for debugging""
k0kubun
2019-04-20
Invalidate JIT-ed code if ISeq is moved by GC.compact
k0kubun
2019-04-20
Revert "Skip ISeq reference for stale_units for debugging"
k0kubun
2019-04-20
Skip ISeq reference for stale_units for debugging
k0kubun
2019-04-20
Check ISeq references in stale_units too
k0kubun
2019-04-20
Update ISeq references in stale_units as well
k0kubun
2019-04-20
fix strict compile errors
tenderlove
[next]