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
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mjit_compile.c
Age
Commit message (
Expand
)
Author
2019-04-14
Unify comment styles across MJIT sources
k0kubun
2019-04-14
Recompile JIT-ed code without optimization
k0kubun
2019-03-29
Add debug counters for MJIT cancel
k0kubun
2019-03-25
Prefer using vm_base_ptr rather than cfp->bp
k0kubun
2019-03-25
use cfp->bp more.
ko1
2019-03-21
Check argument_arity_error condition in inlinable_iseq_p
k0kubun
2019-03-21
Share vm_call_iseq_optimizable_p to reduce copy-paste
k0kubun
2019-03-18
Use designated initializers for compile_status
k0kubun
2019-03-18
Use alloca for stack_size_for_pos as well
k0kubun
2019-03-18
Use alloca again instead of malloc and free
k0kubun
2019-03-18
Resurrect r67287 and r67288
k0kubun
2019-03-18
Revert "Request inline cache values from mjit_compile"
k0kubun
2019-03-17
Request inline cache values from mjit_compile
k0kubun
2019-01-10
mjit.c: use boolean type for boolean variables
k0kubun
2019-01-10
Revert "mjit.c: use boolean type for boolean variables"
k0kubun
2019-01-10
mjit.c: use boolean type for boolean variables
k0kubun
2018-10-21
mjit.c: copy call cache values to MJIT worker
k0kubun
2018-10-21
mjit.c: copy inline cache values to MJIT worker
k0kubun
2018-10-20
* append newline at EOF.
svn
2018-10-20
add disabling MJIT features option.
ko1
2018-10-14
vm_opts.h: share USE_IC_FOR_IVAR as OPT_IC_FOR_IVAR
k0kubun
2018-10-14
_mjit_compile_getivar.erb: optimize IC-hit getivar
k0kubun
2018-09-30
* expand tabs.
svn
2018-09-30
mjit_compile.c: improve assertion message
k0kubun
2018-09-18
vm_insnhelper.h: rename CI_SET_FASTPATH to CC_SET_FASTPATH
k0kubun
2018-08-11
mjit_worker.c: don't use ruby_strdup
k0kubun
2018-08-11
mjit.c: exclude mjit_valid_class_serial_p
k0kubun
2018-08-11
mjit_worker.c: carve out worker-related code
k0kubun
2018-08-11
_mjit_compile_send.erb: refactor to share vm_call_iseq_setup_normal
k0kubun
2018-07-24
mjit.c: handle memory allocation failure
k0kubun
2018-07-24
mjit.c: prevent GC on MJIT worker
k0kubun
2018-07-19
mjit_compile.c: reduce sp motion on JIT
k0kubun
2018-07-17
revert r63988
k0kubun
2018-07-17
mjit_compile.c: resurrect local variable stack
k0kubun
2018-07-05
revert r62655 for r63763
k0kubun
2018-05-29
mjit_compile.c: drop catch table handling
k0kubun
2018-05-09
_mjit_compile_send.erb: revert r63350
k0kubun
2018-05-07
_mjit_compile_send.erb: inline recursive call
k0kubun
2018-05-03
mjit_compile.c: skip generating unnecessary goto
k0kubun
2018-05-03
mjit_compile.c: verify stack size agreement
k0kubun
2018-05-03
mjit_compile.inc.erb: verify stack consistency
k0kubun
2018-04-22
mjit_compile.c: comment the intention of r63092 [ci skip]
k0kubun
2018-04-19
_mjit_compile_send.erb: simplify control flow
k0kubun
2018-04-04
mjit_compile.c: disable stack consistency check
k0kubun
2018-03-13
mjit_compile.c: remove unintended definition
k0kubun
2018-03-13
mjit_compile.c: disable comment_id by default
k0kubun
2018-03-04
mjit_compile.c: use local variables for stack
k0kubun
2018-02-12
mjit_compile.c: fix invalid suffix on MinGW
k0kubun
2018-02-11
_mjit_compile_insn.erb: comment_id
nobu
2018-02-10
mjit_compile.c: original_body_iseq
nobu
[prev]
[next]