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
2016-07-28
* vm_core.h: revisit the structure of frame, block and env.
ko1
2016-06-26
Coverage on non-positive lines
nobu
2016-05-14
* iseq.h (struct iseq_compile_data): use struct rb_id_table
naruse
2016-05-11
* compile.c (iseq_compile_each): share InlineCache during same
tarui
2016-04-26
compile.c: true conditions
nobu
2016-04-23
compile.c: remove redundant trace insn
nobu
2016-04-23
compile.c: instruction ID predicate
nobu
2016-04-23
compile.c: ISeq element type predicates
nobu
2016-04-20
compile.c: make SyntaxError after formatting
nobu
2016-04-20
refactor syntax error
nobu
2016-04-19
appending compile error without rb_errinfo
nobu
2016-04-18
compile.c: fix dangling link
nobu
2016-04-12
compile.c: initialize LABEL fields
nobu
2016-04-11
compile.c: disable tco with rescue
nobu
2016-03-28
remove rb_thread_t::parse_in_eval
nobu
2016-03-26
compile.c: explicit address
nobu
2016-03-17
compile.c: strict condition
nobu
2016-03-17
compile.c: move newarray specialization
nobu
2016-03-17
* compile.c (NODE_CALL): add optimization shortcut for Array#max/min.
mame
2016-03-17
compile.c: bit flag
nobu
2016-03-14
optimize named capture assignment
nobu
2016-01-26
fstring early for internal iseq
normal
2016-01-26
compile.c: fix tailcall optimization
nobu
2016-01-10
compile.c: fix lhs splat in massign
nobu
2016-01-01
compile.c: adjust call_info count
nobu
2016-01-01
compile.c: remove unreferred label
nobu
2015-12-29
compile.c: adjust label reference
nobu
2015-12-24
fix common misspelling [ci skip]
nobu
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
[next]