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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compile.c
Age
Commit message (
Expand
)
Author
2018-09-26
* expand tabs.
svn
2018-09-26
revert r64847, r64846 and r64839
k0kubun
2018-09-26
* expand tabs.
svn
2018-09-26
revert r64838 and r64839
k0kubun
2018-09-25
insns.def: drop bitblt insn
k0kubun
2018-09-25
Revert "Revert r64824 to fix build failure on AppVeyor"
k0kubun
2018-09-25
Revert r64824 to fix build failure on AppVeyor
k0kubun
2018-09-24
insns.def: optimize & and | of Integer [experimental]
k0kubun
2018-09-20
* compile.c (compile_case): emit opt_case_dispatch only on optimized mode
mame
2018-09-15
Use opt_{aref,aset} over opt_{aref,aset}_with
nobu
2018-09-13
iseq.c: prefix rb_ to non-static iseq functions
k0kubun
2018-09-12
make opt_str_freeze leaf
shyouhei
2018-09-12
make opt_case_dispatch leaf
shyouhei
2018-08-23
iseq.c: add a map from encoded insn to insn data
mame
2018-08-23
compile.c: drop unused array
nobu
2018-08-23
compile.c: drop unused string
nobu
2018-08-23
remove `const` warning.
ko1
2018-08-23
check trace flags at loading [Bug #14702]
ko1
2018-08-22
compile.c: pop literal object in condition
nobu
2018-08-22
compile.c: remove tracecoverage instruction for line coverage
mame
2018-08-22
parse.y: remove coverage-related code fragments
mame
2018-08-12
Optimization for case when with splat operator
nobu
2018-08-12
compile.c: use EXPECT_NODE macro
nobu
2018-08-12
compile.c: check error in when_vals
nobu
2018-08-10
insns.def (invokesuper): remove a dummy receiever flag hack for ZSUPER
mame
2018-07-09
Remove redundant code in the compiler.
tenderlove
2018-07-09
Remove test code. ISE generation should not impact write barrier
tenderlove
2018-07-09
Fix crash when loading iseq from an array
tenderlove
2018-07-06
compile.c: remove unreachable jump only
nobu
2018-07-06
Fix a bug of peephole optimization
mame
2018-07-03
vm.c: simplified core#hash_merge_kwd
nobu
2018-06-13
Revert "range.c: prohibit `(1..nil)`"
mame
2018-06-13
range.c: prohibit `(1..nil)`
mame
2018-06-06
rb_vm_insn_addr2insn: use st to perform addr2insn mapping
normal
2018-05-16
iseq body local variables
nobu
2018-05-13
compile.c: Fix segfault when VM_INSN_INFO_TABLE_IMPL is not 2
yui-knk
2018-05-09
compile.c: suppress a warning
nobu
2018-05-09
RSTRING_PTR is not guaranteed to be VALUE-aligned (retry)
shyouhei
2018-05-02
compile.c: mark catch_except_p of iseq
k0kubun
2018-04-25
compile.c: fix unconditional branch optimization
nobu
2018-04-23
compile.c: copy a short insn with leave
nobu
2018-04-23
compile.c: insn before pop
nobu
2018-04-21
compile.c: optimize checktype
nobu
2018-04-21
insns.def: checktype
nobu
2018-04-21
compile.c: renamed macro arguments
nobu
2018-04-16
compile.c: align range
nobu
2018-04-13
Add write barrier calls for direct marking objects.
tenderlove
2018-04-08
compile.c: disable debug prints on sparc
nobu
2018-04-08
compile.c: fix an exception argument
nobu
2018-04-08
compile.c: suppress warnings
nobu
[next]