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
*
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
*
Carve out mjit_compile_body
k0kubun
2019-04-15
1
-14
/
+21
*
Share optimization cancel handlers
k0kubun
2019-04-14
1
-0
/
+13
*
Unify comment styles across MJIT sources
k0kubun
2019-04-14
1
-27
/
+27
*
Recompile JIT-ed code without optimization
k0kubun
2019-04-14
1
-0
/
+4
*
Add debug counters for MJIT cancel
k0kubun
2019-03-29
1
-0
/
+1
*
Prefer using vm_base_ptr rather than cfp->bp
k0kubun
2019-03-25
1
-1
/
+1
*
use cfp->bp more.
ko1
2019-03-25
1
-1
/
+1
*
Check argument_arity_error condition in inlinable_iseq_p
k0kubun
2019-03-21
1
-1
/
+2
*
Share vm_call_iseq_optimizable_p to reduce copy-paste
k0kubun
2019-03-21
1
-2
/
+2
*
Use designated initializers for compile_status
k0kubun
2019-03-18
1
-15
/
+10
*
Use alloca for stack_size_for_pos as well
k0kubun
2019-03-18
1
-5
/
+1
*
Use alloca again instead of malloc and free
k0kubun
2019-03-18
1
-4
/
+12
*
Resurrect r67287 and r67288
k0kubun
2019-03-18
1
-3
/
+9
*
Revert "Request inline cache values from mjit_compile"
k0kubun
2019-03-18
1
-7
/
+3
*
Request inline cache values from mjit_compile
k0kubun
2019-03-17
1
-3
/
+7
*
mjit.c: use boolean type for boolean variables
k0kubun
2019-01-10
1
-22
/
+22
*
Revert "mjit.c: use boolean type for boolean variables"
k0kubun
2019-01-10
1
-22
/
+22
*
mjit.c: use boolean type for boolean variables
k0kubun
2019-01-10
1
-22
/
+22
*
mjit.c: copy call cache values to MJIT worker
k0kubun
2018-10-21
1
-2
/
+4
*
mjit.c: copy inline cache values to MJIT worker
k0kubun
2018-10-21
1
-1
/
+4
*
* append newline at EOF.
svn
2018-10-20
1
-1
/
+1
*
add disabling MJIT features option.
ko1
2018-10-20
1
-0
/
+5
*
vm_opts.h: share USE_IC_FOR_IVAR as OPT_IC_FOR_IVAR
k0kubun
2018-10-14
1
-5
/
+0
*
_mjit_compile_getivar.erb: optimize IC-hit getivar
k0kubun
2018-10-14
1
-0
/
+5
*
* expand tabs.
svn
2018-09-30
1
-1
/
+1
*
mjit_compile.c: improve assertion message
k0kubun
2018-09-30
1
-7
/
+7
*
vm_insnhelper.h: rename CI_SET_FASTPATH to CC_SET_FASTPATH
k0kubun
2018-09-18
1
-2
/
+2
*
mjit_worker.c: don't use ruby_strdup
k0kubun
2018-08-11
1
-1
/
+1
*
mjit.c: exclude mjit_valid_class_serial_p
k0kubun
2018-08-11
1
-0
/
+1
*
mjit_worker.c: carve out worker-related code
k0kubun
2018-08-11
1
-0
/
+4
*
_mjit_compile_send.erb: refactor to share vm_call_iseq_setup_normal
k0kubun
2018-08-11
1
-1
/
+1
*
mjit.c: handle memory allocation failure
k0kubun
2018-07-24
1
-0
/
+2
*
mjit.c: prevent GC on MJIT worker
k0kubun
2018-07-24
1
-2
/
+2
*
mjit_compile.c: reduce sp motion on JIT
k0kubun
2018-07-19
1
-1
/
+16
*
revert r63988
k0kubun
2018-07-17
1
-16
/
+1
*
mjit_compile.c: resurrect local variable stack
k0kubun
2018-07-17
1
-1
/
+16
*
revert r62655 for r63763
k0kubun
2018-07-05
1
-16
/
+1
*
mjit_compile.c: drop catch table handling
k0kubun
2018-05-29
1
-6
/
+2
*
_mjit_compile_send.erb: revert r63350
k0kubun
2018-05-09
1
-2
/
+0
[next]