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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Pause an MJIT worker when JIT is cancelled"
Takashi Kokubun
2021-08-13
1
-3
/
+0
*
Don't run mjit_cancel_all when MJIT is disabled
Takashi Kokubun
2021-08-12
1
-0
/
+3
*
Pause an MJIT worker when JIT is cancelled
Takashi Kokubun
2021-08-12
1
-0
/
+3
*
Print JIT cancel when all JIT-ed code is cancelled
Takashi Kokubun
2021-08-12
1
-1
/
+11
*
Cast jit_func for Windows
Takashi Kokubun
2021-06-10
1
-1
/
+1
*
Avoid enqueueing the same ISeq twice
Takashi Kokubun
2021-06-10
1
-10
/
+20
*
Do not doubly hold an MJIT lock
Takashi Kokubun
2021-06-02
1
-9
/
+14
*
Fix a race condition around mjit_recompile
Takashi Kokubun
2021-06-02
1
-8
/
+13
*
Change the default --jit-max-cache to 10000
Takashi Kokubun
2021-05-31
1
-1
/
+1
*
Drop JIT_ISEQ_SIZE_THRESHOLD
Takashi Kokubun
2021-05-31
1
-2
/
+1
*
Mark inlined ISeqs during MJIT compilation (#4539)
Takashi Kokubun
2021-05-30
1
-5
/
+13
*
enable constant cache on ractors
Koichi Sasada
2021-01-05
1
-18
/
+0
*
Skip mjit_wait if iseq is not a target
Takashi Kokubun
2021-01-04
1
-0
/
+14
*
Avoid hanging on --jit-wait after MJIT.pause
Takashi Kokubun
2021-01-03
1
-0
/
+3
*
Stop managing valid class serials
Takashi Kokubun
2020-12-29
1
-48
/
+1
*
Mark an ISeq being JIT-ed
Takashi Kokubun
2020-12-20
1
-2
/
+10
*
Mark active_units
Takashi Kokubun
2020-12-20
1
-4
/
+37
*
Stop marking unit_queue
Takashi Kokubun
2020-12-20
1
-27
/
+0
*
Do not access jit_unit if NULL
Takashi Kokubun
2020-12-16
1
-1
/
+4
*
Inline getconstant on JIT (#3906)
Takashi Kokubun
2020-12-16
1
-0
/
+26
*
Lazily move units from active_units to stale_units
Takashi Kokubun
2020-12-16
1
-3
/
+4
*
Assert unit->iseq null out happens under the JIT/GC guard
Takashi Kokubun
2020-12-03
1
-0
/
+2
*
Throttle unload_units
Takashi Kokubun
2020-11-27
1
-1
/
+1
*
Run unload_units in the JIT worker thread
Takashi Kokubun
2020-11-27
1
-101
/
+1
*
Handle calloc failure
Takashi Kokubun
2020-11-24
1
-0
/
+2
*
Prefer calloc/free over ZALLOC/xfree
Takashi Kokubun
2020-11-23
1
-2
/
+5
*
ruby/internal/config.h needs to be included first
Takashi Kokubun
2020-11-22
1
-1
/
+2
*
Make --disable-jit-support compile
Takashi Kokubun
2020-11-22
1
-2
/
+1
*
Remove obsoleted internal/mjit.h inclusion
Takashi Kokubun
2020-11-22
1
-1
/
+0
*
Stop leaving .c files for JIT compaction in /tmp (#3802)
Takashi Kokubun
2020-11-22
1
-4
/
+0
*
Make sure all threads are scanned on unload_units
Takashi Kokubun
2020-11-21
1
-10
/
+10
*
Fix wrong #ifdef usages with #if
Takashi Kokubun
2020-11-20
1
-1
/
+1
*
Unify some confusing macro usages
Takashi Kokubun
2020-11-20
1
-2
/
+2
*
Eliminate IVC sync between JIT and Ruby threads (#3799)
Takashi Kokubun
2020-11-20
1
-46
/
+1
*
Assert in_gc >= 0 instead of guarding it (#3687)
Takashi Kokubun
2020-10-22
1
-3
/
+1
*
Use a lock level for a less granular lock.
Aaron Patterson
2020-10-22
1
-4
/
+9
*
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-09-03
1
-5
/
+6
*
mjit_mark_cc_entries: should consider VM_CALLCACHE_UNMARKABLE
卜部昌平
2020-06-09
1
-1
/
+1
*
Eliminate a call instruction on JIT cancel path
Takashi Kokubun
2020-05-26
1
-2
/
+34
*
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
1
-1
/
+1
*
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
1
-1
/
+1
*
Deduplicate functions in compacted JIT code
Takashi Kokubun
2020-05-01
1
-2
/
+2
*
Do not stop the world during JIT compaction
Takashi Kokubun
2020-04-30
1
-7
/
+11
*
Add MJIT_COUNTER macro to dump total_calls
Takashi Kokubun
2020-04-12
1
-0
/
+20
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-1
/
+1
*
Add debug counter for unload_units
Takashi Kokubun
2020-03-15
1
-0
/
+2
*
Mark all cc_entries associated to compiled_iseq
Takashi Kokubun
2020-03-12
1
-1
/
+2
*
Move code to mark jit_unit's cc_entries to mjit.c
Takashi Kokubun
2020-03-12
1
-3
/
+15
*
Capture inlined iseq's cc entries in root iseq's
Takashi Kokubun
2020-03-10
1
-16
/
+0
*
Prevent unloading methods used in root_fiber while calling another Fiber (#2939)
Takashi Kokubun
2020-02-28
1
-0
/
+4
[next]