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
/
iseq.c
Age
Commit message (
Expand
)
Author
2016-01-26
fstring early for internal iseq
normal
2016-01-13
iseq.c: mark parent iseq
nobu
2016-01-12
iseq.c: mark parents of wrapped iseq
nobu
2016-01-08
iseq.c: volatile only on gcc4.8
nobu
2016-01-08
iseq.c: make local variables volatile
nobu
2016-01-08
* iseq.c (rb_iseq_compile_with_option): move variable initialization
shugo
2015-12-28
iseq.c: suppress warnings
nobu
2015-12-24
iseq.c: narrow down protected region
nobu
2015-12-14
* enum.c: fix a typo in documentation.
hsbt
2015-12-12
iseq.c: use rb_check_funcall
nobu
2015-12-09
* iseq.c: rename methods
ko1
2015-12-09
add documentation for RubyVM::InstructionSequence#to_binary_format and RubyVM...
ko1
2015-12-08
make local symbols static
nobu
2015-12-08
* iseq.c (iseq_s_load): fix mysterious bug.
ko1
2015-12-08
* remove trailing spaces.
svn
2015-12-08
* introduce new ISeq binary format serializer/de-serializer
ko1
2015-12-08
error.c: name_err_local_variables
nobu
2015-12-07
* iseq.c (iseq_load): disable peephole optimization option
ko1
2015-12-07
* iseq.c (iseq_translate): at the end of constructing an iseq,
ko1
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_COVERAGE() and ISEQ_COVERAGE_SET() macro.
ko1
2015-12-02
* iseq.h: introduce ISEQ_COMPILE_DATA() macro.
ko1
2015-11-25
iseq.h: rename member
nobu
2015-11-01
iseq.c (iseq_memsize): account for rb_call_cache entries
normal
2015-10-23
* iseq.c (make_compile_option_value): include frozen_string_literal*
ko1
2015-10-23
* ruby.c: introduce --enable-frozen-string-literal-debug option.
ko1
2015-10-14
iseq.c: list of keywords [Fix GH-1056]
nobu
2015-10-05
* iseq.c (rb_iseq_free): free iseq::variable_body to avoid memory
ko1
2015-09-27
fronzen-string-literal pragma
nobu
2015-09-19
* iseq.c (rb_iseq_free): free rb_iseq_t::body::cc_entries.
ko1
2015-09-19
* vm_core.h: split rb_call_info_t into several structs.
ko1
2015-09-11
* iseq.c: disable ISeq.load. It enabled accidentally at r51794.
ko1
2015-09-08
* vm_core.h: remove rb_call_info_t::blockiseq.
ko1
2015-09-03
* iseq.c (iseq_memsize): functions for wrapper object should have
ko1
2015-08-21
* vm_opts.h, iseq.c, iseq.h: add compile option to force frozen
ko1
2015-08-14
iseq.c (rb_iseq_mark): reduce NULL checks
normal
2015-08-12
iseq.c (iseq_memsize): reimplement for wrapper
normal
2015-07-25
iseq.c: fix type
nobu
2015-07-24
* vm_core.h: size should be unsigned.
ko1
2015-07-24
* vm_core.h: constify rb_iseq_constant_body::line_info_table.
ko1
2015-07-24
* vm_core.h: constify rb_iseq_constant_body::catch_table.
ko1
2015-07-23
* vm_core.h: constify rb_iseq_constant_body::local_table and
ko1
2015-07-23
* vm_core.h: constify rb_iseq_constant_body::iseq_encoded and
ko1
2015-07-22
* vm_core.h: separate rb_iseq_body into rb_iseq_constant_body and
ko1
2015-07-21
* make rb_iseq_t T_IMEMO object (type is imemo_iseq).
ko1
2015-07-21
* vm_core.h: constify rb_call_info_t::kw_arg,
ko1
2015-07-21
* vm_core.h: constify rb_call_info_t::blockiseq and rb_iseq_t::iseq.
ko1
2015-07-21
* compile.c: constify the first parameter (iseq).
ko1
2015-07-16
avoid redundant GET_THREAD() calls
normal
[next]