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
/
compile.c
Age
Commit message (
Expand
)
Author
2018-02-14
compile.c: drop freezestring insn on String#-@
normal
2018-02-09
compile.c: popped hash
nobu
2018-02-04
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-02-03
compile.c: fix string Range optimization with FSL
normal
2018-01-29
eliminate CALL_SIMPLE_METHOD
shyouhei
2018-01-27
compile.c: try to convert in massign `for`
nobu
2018-01-25
compile.c: check mid
nobu
2018-01-25
compile.c: unnecessary freezing
nobu
2018-01-19
there is no such thing like 0 in enum defined_type
shyouhei
2018-01-18
compile.c: use ALLOCV_N
nobu
2018-01-18
ibf_dump_object_unsupported marked as NORETURN
shyouhei
2018-01-16
node.c: Stop double meaning of NODE_FOR by introducing NODE_FOR_MASGN
mame
2018-01-15
__declspec(align(#)) does not take sizeof()
shyouhei
2018-01-15
ruby_aligned_char no longer needed.
shyouhei
2018-01-15
__declspec(align(#)) does not take sizeof()
shyouhei
2018-01-15
__attibute__((__aligned__)) for RSTRING_PTR()
shyouhei
2018-01-14
exclude flexible array size with old compilers
nobu
2018-01-13
compile.c (struct ibf_object_*): Use FLEX_ARY_LEN
mame
2018-01-13
compile.c (struct ibf_id_entry): Just removed.
mame
2018-01-13
iseq.h (struct iseq_catch_table_entry, iseq_compile_data_storage): Use FLEX_A...
mame
2018-01-12
delete tool/instruction.rb (2nd try)
shyouhei
2018-01-10
merge revisions 61753:61750 61747:61740 61737:61728
shyouhei
2018-01-09
iseq.c: Add a succinct bitvector implementation for insn_info_table
mame
2018-01-09
delete tool/instruction.rb
shyouhei
2018-01-09
Rename code_range to code_location
mame
2018-01-09
internal.h: remove dependecy on ruby/encoding.h
nobu
2018-01-09
compile.c (iseq_compile_each0): remove irrelevant tracecoverage
mame
2018-01-09
parse.y: Remove special handling of tOROP and tANDOP
mame
2018-01-08
use `getblockparamproxy` to pass blocks.
ko1
2018-01-08
compile.c: compile_case2 branch
nobu
2018-01-07
Speedup `block.call` [Feature #14330]
ko1
2018-01-05
compile.c: fix stack consistency error
nobu
2018-01-05
compile.c: remove more unreachable chunk
nobu
2018-01-05
node.h: remove NODE_PRELUDE
mame
2018-01-05
make rb_iseq_new* accept rb_ast_body_t instead of NODE*
mame
2018-01-05
check array for zsuper. [Bug #14279]
ko1
2018-01-05
Refactor ISEQ_TYPE_DEFINED_GUARD out
mame
2018-01-05
compile.c: refactoring of defined? exception handler
mame
2018-01-04
node.h: add NODE_ONCE instead of reuse of NODE_SCOPE
mame
2018-01-04
iseq.c: Refactor out rb_iseq_new_ifunc from rb_iseq_new_with_opt
mame
2018-01-04
compile.c: next label
nobu
2018-01-03
compile.c: fix disasm dump
nobu
2018-01-03
compile.c: label sp
nobu
2018-01-02
bit-fields other than int is a C99ism
shyouhei
2018-01-02
rb_insn_func_t is incompatible with void*
shyouhei
2018-01-01
iseq.h: Extract position array from iseq_insn_info_entry
mame
2018-01-01
vm_core.h: refactoring of insns_info
mame
2017-12-25
Set first line numbers for empty iseqs.
ko1
2017-12-24
compile.c: toplevel return arguments
nobu
2017-12-23
fix last commit
ko1
[prev]
[next]