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
2015-12-24
preserve source file name encoding
nobu
2015-12-18
* compile.c (ibf_load_object_string): use fstring if frozen string.
ko1
2015-12-18
* compile.c (ibf_load_setup): check tainted string argument.
ko1
2015-12-14
* compile.c: fix typos.
hsbt
2015-12-11
compile.c: rehash cdhash
nobu
2015-12-10
compile.c (iseq_compile_each): reduce needless rb_str_dup
normal
2015-12-09
* compile.c (iseq_compile_each): do not add debug information
ko1
2015-12-09
compile.c (ibf_dump_object_unsupported): fix spelling error
normal
2015-12-09
* *.c (*_memsize): do not check ptr.
ko1
2015-12-08
* compile.c (ibf_dump_memsize): should check NULL.
ko1
2015-12-08
compile.c: suppress warning
nobu
2015-12-08
* compile.c (iseq_ibf_dump): dump extra data just string length.
ko1
2015-12-08
compile.c: fix extra_str
nobu
2015-12-08
* compile.c (ibf_load_setup): cast to int.
ko1
2015-12-08
* compile.c (ibf_setup_load): rename to ibf_load_setup().
ko1
2015-12-08
free ibf_dump at exception
nobu
2015-12-08
compile.c: make opt a string value
nobu
2015-12-08
check loading object index range
nobu
2015-12-08
suppress warnings
nobu
2015-12-08
* compile.c (iseq_ibf_dump): fix for clang type checker.
ko1
2015-12-08
* introduce new ISeq binary format serializer/de-serializer
ko1
2015-12-08
compile.c (iseq_build_from_ary_body): avoid rb_ary_dup for CDHASH
normal
2015-12-08
compile optimized case dispatch for nil/true/false
normal
2015-12-07
* compile.c (rb_iseq_build_from_ary): do not allocate table
ko1
2015-12-04
compile.c: no extra parentheses
nobu
2015-12-04
compile.c: just append compile error message
nobu
2015-12-02
* vm_core.h, iseq.h: remove rb_iseq_t::variable_body.
ko1
2015-12-02
* iseq.h: introduce ISEQ_ORIGINAL_ISEQ() and
ko1
2015-12-02
* iseq.h: introduce ISEQ_FLIP_CNT_INCREMENT() macro.
ko1
2015-12-02
* iseq.h: introduce ISEQ_COVERAGE() and ISEQ_COVERAGE_SET() macro.
ko1
2015-12-02
* iseq.h: introduce ISEQ_COMPILE_DATA() macro.
ko1
2015-12-02
compile.c: fix the element
nobu
2015-12-01
compile.c: consistent messages
nobu
2015-11-26
compile.c: tailcall opt for indexers
nobu
2015-11-25
iseq.h: rename member
nobu
2015-11-22
compile.c: fix position
nobu
2015-11-22
compile.c: move logop DCE
nobu
2015-11-22
compile.c: optimize useless branches
nobu
2015-11-22
compile.c: free labels table
nobu
2015-11-22
compile.c: use rb_compile_bug
nobu
2015-11-22
compile.c: use COMPILE_ERROR
nobu
2015-11-22
compile.c: flush disasm
nobu
2015-11-22
compile.c: check each steps
nobu
2015-11-20
* compile.c (iseq_compile_each): add debug information to NODE_STR
ko1
2015-11-19
* compile.c (iseq_compile_each): T_IMEMO/iseq objects should be
ko1
2015-11-19
compile.c: tailcall before specialize
nobu
2015-11-18
comment for r52633 [ci skip]
nobu
2015-11-18
compile.c: optimize useless branches
nobu
2015-11-18
compile.c: check type before checking insn_id
nobu
2015-11-16
compile.c: tailcall on aref and aset
nobu
[next]