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
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
2015-07-16
* vm_core.h: constify rb_iseq_t::parent_iseq.
ko1
2015-07-16
* iseq.c (rb_iseq_disasm): rename rb_iseq_t *iseqdat to iseq
ko1
2015-07-15
remove redundant NULL check in mark functions
normal
2015-07-07
iseq.c (iseq_data_to_ary): dump kw_arg as symbol
normal
2015-07-07
* vm_core.h: remove rb_iseq_t::orig because rb_iseq_clone()
ko1
2015-07-07
* iseq.c, internal.h (rb_iseq_clone): removed because we don't need to
ko1
2015-07-06
* vm_core.h: remove rb_iseq_t::defined_method_id because it is not
ko1
2015-07-06
* vm_core.h: remove rb_iseq_t::klass to reduce dynamic data.
ko1
2015-06-30
move RB_GC_GUARD responsibility to rb_add_method_iseq
normal
2015-05-21
* iseq.c: constify.
ko1
2015-05-21
* proc.c (rb_method_get_iseq): rename to rb_method_iseq.
ko1
2015-05-20
* iseq.c (exception_type2symbol): show correct bug message.
ko1
2015-05-19
iseq.c: check srouce type
nobu
2015-03-18
* iseq.c (iseq_mark): skip some marking if iseq->orig is available.
ko1
2015-03-06
* fix namespace issue on singleton class expressions. [Bug #10943]
ko1
2014-12-17
compile.c: struct accessors
nobu
2014-12-17
iseq.c: default option
nobu
2014-12-17
iseq.c: absolute_path
nobu
2014-12-16
iseq.c: remove useless code
nobu
2014-12-16
iseq.c: struct accessors
nobu
2014-12-16
compile.c: wrap funcptr
nobu
2014-12-16
iseq.c: show function name if possible
nobu
2014-12-16
compile.c: check funcptr
nobu
2014-12-15
iseq.c: use caller location
nobu
2014-12-15
iseq.c: intermediate arrays
nobu
2014-12-11
* class.c (class_alloc): Strat from age == 2.
ko1
2014-12-10
struct.c: use iseqval
nobu
2014-12-09
struct: avoid all O(n) behavior on access
normal
2014-12-05
iseq.c: remove unused rb_iseq_new_with_bopt
normal
2014-12-03
mostly fix rb_iseq_load
normal
2014-12-03
iseq.c: avoid segfault on incomplete iseq
normal
2014-12-02
iseq.c: use lvar index
nobu
2014-12-01
iseq.c (iseq_data_to_ary): keep hidden variables
normal
2014-12-01
use 0 for reserved
nobu
2014-11-27
iseq.c (iseq_data_to_ary): add missing GC guard
normal
2014-11-26
iseq.c (iseq_s_compile_file): close IO when done
normal
2014-11-23
iseq.c: preserve encoding at disassembling
nobu
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-03
* iseq.c (iseq_free): resolve memory leak.
ko1
2014-11-03
* iseq.c (iseq_memsize): catch up recent changes.
ko1
2014-11-03
* vm_core.h: change semantics of opt_num and opt_table.
ko1
2014-11-02
* vm_core.h: change iseq parameter data structure.
ko1
2014-11-02
* rewrite method/block parameter fitting logic to optimize
ko1
2014-10-14
symbol.c: rename rb_str_dynamic_intern
nobu
[next]