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_compile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extract precompile_inlinable_child_iseq to separate alloca for each iseq
Nobuyoshi Nakada
2021-10-12
1
-22
/
+28
*
Suppress redefinition warnings of GET_SELF()
Nobuyoshi Nakada
2021-08-30
1
-0
/
+1
*
Improve perfomance for Integer#size method [Feature #17135] (#3476)
S.H
2021-06-04
1
-1
/
+1
*
Refactor rb_vm_insn_addr2insn calls
Takashi Kokubun
2021-06-02
1
-21
/
+4
*
Mark inlined ISeqs during MJIT compilation (#4539)
Takashi Kokubun
2021-05-30
1
-6
/
+18
*
Prefer stdbool in vm_exec
Takashi Kokubun
2020-12-21
1
-1
/
+1
*
Inline getconstant on JIT (#3906)
Takashi Kokubun
2020-12-16
1
-0
/
+4
*
Cache access to reg_cfp->self on JIT
Takashi Kokubun
2020-11-27
1
-0
/
+3
*
Revert "Set VM_FRAME_FLAG_FINISH at once on MJIT"
Takashi Kokubun
2020-11-26
1
-1
/
+1
*
Set VM_FRAME_FLAG_FINISH at once on MJIT
Takashi Kokubun
2020-11-26
1
-1
/
+1
*
ruby/internal/config.h needs to be included first
Takashi Kokubun
2020-11-22
1
-1
/
+1
*
Eliminate IVC sync between JIT and Ruby threads (#3799)
Takashi Kokubun
2020-11-20
1
-6
/
+14
*
sync RClass::ext::iv_index_tbl
Koichi Sasada
2020-10-17
1
-5
/
+5
*
Use size_t for MJIT's max_ivar_index
Takashi Kokubun
2020-09-08
1
-1
/
+1
*
Merge ivar guards on JIT (#3284)
Takashi Kokubun
2020-07-03
1
-0
/
+58
*
Show what's inlined first in "JIT inline" log
Takashi Kokubun
2020-06-25
1
-3
/
+3
*
Decide JIT-ed insn based on cached cfunc
Takashi Kokubun
2020-06-25
1
-2
/
+4
*
Avoid generating opt_send with cfunc cc with JIT
Takashi Kokubun
2020-06-23
1
-3
/
+12
*
Compile opt_send for opt_* only when cc has ISeq
Takashi Kokubun
2020-06-22
1
-4
/
+3
*
Introduce Primitive.attr! to annotate 'inline' (#3242)
Takashi Kokubun
2020-06-20
1
-1
/
+6
*
Eliminate a call instruction on JIT cancel path
Takashi Kokubun
2020-05-26
1
-8
/
+4
*
Simplify maybe_special_const_class_p
Takashi Kokubun
2020-05-17
1
-7
/
+2
*
Reduce code size for rb_class_of
Takashi Kokubun
2020-05-17
1
-0
/
+17
*
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
*
Remove OPT_CHECKED_RUN code
Takashi Kokubun
2020-05-06
1
-5
/
+0
*
Enable OPT_CHECKED_RUN on MJIT for debugging
Takashi Kokubun
2020-05-06
1
-2
/
+1
*
Fix MJIT compiler warnings in clang
Takashi Kokubun
2020-05-01
1
-3
/
+3
*
Fix a wrong argument of vm_exec on JIT cancel
Takashi Kokubun
2020-05-01
1
-1
/
+1
*
Make sure unit->id is inherited
Takashi Kokubun
2020-05-01
1
-0
/
+1
*
Include unit id in a function name of an inlined method
Takashi Kokubun
2020-04-30
1
-6
/
+7
*
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
-0
/
+6
*
Avoid referring to an old value of realloc
Takashi Kokubun
2020-03-12
1
-8
/
+20
*
Capture inlined iseq's cc entries in root iseq's
Takashi Kokubun
2020-03-10
1
-14
/
+25
*
Internalize rb_mjit_unit definition again
Takashi Kokubun
2020-02-26
1
-1
/
+1
*
Introduce disposable call-cache.
Koichi Sasada
2020-02-22
1
-22
/
+20
*
VALUE size packed callinfo (ci).
Koichi Sasada
2020-02-22
1
-17
/
+9
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-3
/
+8
*
Add a proper cast to pass JIT tests on mswin.
Koichi Sasada
2019-11-21
1
-1
/
+1
*
support builtin features with Ruby and C.
Koichi Sasada
2019-11-08
1
-0
/
+1
*
extend rb_call_cache
卜部昌平
2019-11-07
1
-1
/
+1
*
Combine call info and cache to speed up method invocation
Alan Wu
2019-10-24
1
-2
/
+18
*
Just disable inlining with local varaible for now
Takashi Kokubun
2019-07-03
1
-0
/
+13
*
Revert "Try dropping const qualifier to suppress msiwn warning"
k0kubun
2019-04-21
1
-1
/
+1
*
Get rid of warinings of VC
usa
2019-04-21
1
-1
/
+1
*
Try dropping const qualifier to suppress msiwn warning
k0kubun
2019-04-21
1
-1
/
+1
*
Recompile without method inlining
k0kubun
2019-04-16
1
-7
/
+11
*
Introduce frame-omitted method inlining
k0kubun
2019-04-16
1
-18
/
+109
*
Implement single-level basic method inlining in JIT
k0kubun
2019-04-16
1
-21
/
+89
[next]