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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename mjit_exec to jit_exec (#6262)
Takashi Kokubun
2022-08-19
1
-1
/
+1
*
yjit.h is not necessary for all sources using mjit.h
Nobuyoshi Nakada
2022-08-17
1
-1
/
+0
*
Move `mjit_exec` to vm.c
Nobuyoshi Nakada
2022-08-17
1
-95
/
+0
*
Remove MJIT worker thread (#6006)
Takashi Kokubun
2022-06-15
1
-4
/
+1
*
Add ISEQ_BODY macro
Peter Zhu
2022-03-24
1
-1
/
+1
*
Cleanup diff against upstream. Add comments
Alan Wu
2021-10-20
1
-0
/
+1
*
Tweak mjit_exec() to remove YJIT symbol exports
Alan Wu
2021-10-20
1
-7
/
+14
*
Always use `ret` to return to the interpreter
Aaron Patterson
2021-10-20
1
-3
/
+15
*
Fix GCC warnings
Alan Wu
2021-10-20
1
-4
/
+2
*
Yet Another Ruby JIT!
Jose Narvaez
2021-10-20
1
-4
/
+5
*
Thread EC through jit state. Add codegen status enum.
Maxime Chevalier-Boisvert
2021-10-20
1
-1
/
+1
*
Implement --ujit-call-threshold
Maxime Chevalier-Boisvert
2021-10-20
1
-1
/
+1
*
Refactor uJIT code into more files for readability
Maxime Chevalier-Boisvert
2021-10-20
1
-1
/
+1
*
Move MicroJIT compilation threshold into MicroJIT's header
Alan Wu
2021-10-20
1
-2
/
+1
*
Fix MicroJIT logic in MJIT exec
Alan Wu
2021-10-20
1
-8
/
+12
*
Never compile with MicroJIT when MJIT is enabled
Alan Wu
2021-10-20
1
-1
/
+1
*
Don't call MicroJIT from MJIT output
Alan Wu
2021-10-20
1
-0
/
+2
*
MicroJIT: compile after ten calls
Alan Wu
2021-10-20
1
-1
/
+7
*
Print JIT cancel when all JIT-ed code is cancelled
Takashi Kokubun
2021-08-12
1
-0
/
+2
*
Avoid enqueueing the same ISeq twice
Takashi Kokubun
2021-06-10
1
-1
/
+1
*
Drop JIT_ISEQ_SIZE_THRESHOLD
Takashi Kokubun
2021-05-31
1
-4
/
+0
*
enable constant cache on ractors
Koichi Sasada
2021-01-05
1
-4
/
+0
*
Skip mjit_wait if iseq is not a target
Takashi Kokubun
2021-01-04
1
-10
/
+1
*
Stop managing valid class serials
Takashi Kokubun
2020-12-29
1
-4
/
+0
*
MJIT is enabled whenever an MJIT header is used
Takashi Kokubun
2020-12-21
1
-1
/
+5
*
Mark active_units
Takashi Kokubun
2020-12-20
1
-0
/
+2
*
Stop marking unit_queue
Takashi Kokubun
2020-12-20
1
-2
/
+0
*
Inline getconstant on JIT (#3906)
Takashi Kokubun
2020-12-16
1
-0
/
+7
*
ruby/internal/config.h needs to be included first
Takashi Kokubun
2020-11-22
1
-1
/
+1
*
Make --disable-jit-support compile
Takashi Kokubun
2020-11-22
1
-1
/
+1
*
Combine mjit.h and internal/mjit.h
Takashi Kokubun
2020-11-22
1
-12
/
+24
*
Do not JIT inline builtin methods
Takashi Kokubun
2020-06-24
1
-0
/
+1
*
Carve out mjit_exec_slowpath
Takashi Kokubun
2020-05-27
1
-31
/
+41
*
Eliminate a call instruction on JIT cancel path
Takashi Kokubun
2020-05-26
1
-1
/
+4
*
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
*
Include unit id in a function name of an inlined method
Takashi Kokubun
2020-04-30
1
-1
/
+1
*
add #include guard hack
卜部昌平
2020-04-13
1
-3
/
+2
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-1
/
+1
*
Optimize exivar access on JIT-ed getivar
Takashi Kokubun
2020-03-30
1
-1
/
+3
*
Add debug counter for unload_units
Takashi Kokubun
2020-03-15
1
-1
/
+0
*
Move code to mark jit_unit's cc_entries to mjit.c
Takashi Kokubun
2020-03-12
1
-1
/
+1
*
Internalize rb_mjit_unit definition again
Takashi Kokubun
2020-02-26
1
-29
/
+1
*
Introduce disposable call-cache.
Koichi Sasada
2020-02-22
1
-0
/
+29
*
suppress clang warnings
卜部昌平
2020-02-20
1
-2
/
+4
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-2
/
+5
*
Constified mjit_init
Nobuyoshi Nakada
2019-12-01
1
-1
/
+1
*
Allow specifying arbitrary MJIT flags by --jit-debug
Takashi Kokubun
2019-12-01
1
-0
/
+2
*
delete unused functions
卜部昌平
2019-11-14
1
-4
/
+0
*
Rename mjit_gc_finish_hook to mjit_gc_exit_hook
Takashi Kokubun
2019-05-15
1
-2
/
+2
[next]