summaryrefslogtreecommitdiff
path: root/iseq.c
AgeCommit message (Expand)Author
2015-09-03* iseq.c (iseq_memsize): functions for wrapper object should haveko1
2015-08-21* vm_opts.h, iseq.c, iseq.h: add compile option to force frozenko1
2015-08-14iseq.c (rb_iseq_mark): reduce NULL checksnormal
2015-08-12iseq.c (iseq_memsize): reimplement for wrappernormal
2015-07-25iseq.c: fix typenobu
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 andko1
2015-07-23* vm_core.h: constify rb_iseq_constant_body::iseq_encoded andko1
2015-07-22* vm_core.h: separate rb_iseq_body into rb_iseq_constant_body andko1
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-16avoid redundant GET_THREAD() callsnormal
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 iseqko1
2015-07-15remove redundant NULL check in mark functionsnormal
2015-07-07iseq.c (iseq_data_to_ary): dump kw_arg as symbolnormal
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 toko1
2015-07-06* vm_core.h: remove rb_iseq_t::defined_method_id because it is notko1
2015-07-06* vm_core.h: remove rb_iseq_t::klass to reduce dynamic data.ko1
2015-06-30move RB_GC_GUARD responsibility to rb_add_method_iseqnormal
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-19iseq.c: check srouce typenobu
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-17compile.c: struct accessorsnobu
2014-12-17iseq.c: default optionnobu
2014-12-17iseq.c: absolute_pathnobu
2014-12-16iseq.c: remove useless codenobu
2014-12-16iseq.c: struct accessorsnobu
2014-12-16compile.c: wrap funcptrnobu
2014-12-16iseq.c: show function name if possiblenobu
2014-12-16compile.c: check funcptrnobu
2014-12-15iseq.c: use caller locationnobu
2014-12-15iseq.c: intermediate arraysnobu
2014-12-11* class.c (class_alloc): Strat from age == 2.ko1
2014-12-10struct.c: use iseqvalnobu
2014-12-09struct: avoid all O(n) behavior on accessnormal
2014-12-05iseq.c: remove unused rb_iseq_new_with_boptnormal
2014-12-03mostly fix rb_iseq_loadnormal
2014-12-03iseq.c: avoid segfault on incomplete iseqnormal
2014-12-02iseq.c: use lvar indexnobu
2014-12-01iseq.c (iseq_data_to_ary): keep hidden variablesnormal
2014-12-01use 0 for reservednobu