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
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
2015-11-16
compile.c: optimize leave
nobu
2015-11-14
compile.c: fix variable
nobu
2015-11-14
compile.c: remove unused labels
nobu
2015-11-13
* vm.c (vm_define_method): refactoring.
ko1
2015-11-11
compile.c: comments for r52517 [ci skip]
nobu
2015-11-10
compile.c: peephole
nobu
2015-11-09
* compile.c (iseq_compile_each): Dynamic string literals should be
shugo
2015-10-27
id.def: internal IDs
nobu
2015-10-23
* ruby.c: introduce --enable-frozen-string-literal-debug option.
ko1
2015-10-23
compile.c: optimize method chain
nobu
2015-10-23
safe navigation attrset
nobu
2015-10-23
compile.c: just insert
nobu
2015-10-22
Safe navigation operator
nobu
2015-10-12
node.h: no attrset ID in NODE
nobu
2015-10-09
* compile.c (iseq_compile_each): Dynamic string literals (e.g.,
shugo
2015-10-05
compile.c: dstr head type
nobu
2015-09-29
compile.c: fix performance of strconcat
nobu
2015-09-27
fronzen-string-literal pragma
nobu
2015-09-19
* vm_core.h: split rb_call_info_t into several structs.
ko1
[prev]
[next]