aboutsummaryrefslogtreecommitdiffstats
path: root/iseq.c
Commit message (Expand)AuthorAgeFilesLines
* * iseq.c (rb_iseq_free): free rb_iseq_t::body::cc_entries.ko12015-09-191-0/+1
* * vm_core.h: split rb_call_info_t into several structs.ko12015-09-191-19/+29
* * iseq.c: disable ISeq.load. It enabled accidentally at r51794.ko12015-09-111-1/+1
* * vm_core.h: remove rb_call_info_t::blockiseq.ko12015-09-081-9/+2
* * iseq.c (iseq_memsize): functions for wrapper object should haveko12015-09-031-3/+8
* * vm_opts.h, iseq.c, iseq.h: add compile option to force frozenko12015-08-211-0/+3
* iseq.c (rb_iseq_mark): reduce NULL checksnormal2015-08-141-3/+3
* iseq.c (iseq_memsize): reimplement for wrappernormal2015-08-121-32/+80
* iseq.c: fix typenobu2015-07-251-5/+6
* * vm_core.h: size should be unsigned.ko12015-07-241-17/+19
* * vm_core.h: constify rb_iseq_constant_body::line_info_table.ko12015-07-241-3/+4
* * vm_core.h: constify rb_iseq_constant_body::catch_table.ko12015-07-241-2/+2
* * vm_core.h: constify rb_iseq_constant_body::local_table andko12015-07-231-1/+1
* * vm_core.h: constify rb_iseq_constant_body::iseq_encoded andko12015-07-231-9/+11
* * vm_core.h: separate rb_iseq_body into rb_iseq_constant_body andko12015-07-221-7/+11
* * make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko12015-07-211-425/+403
* * vm_core.h: constify rb_call_info_t::kw_arg,ko12015-07-211-2/+2
* * vm_core.h: constify rb_call_info_t::blockiseq and rb_iseq_t::iseq.ko12015-07-211-5/+4
* * compile.c: constify the first parameter (iseq).ko12015-07-211-1/+1
* avoid redundant GET_THREAD() callsnormal2015-07-161-1/+1
* * vm_core.h: constify rb_iseq_t::parent_iseq.ko12015-07-161-3/+3
* * iseq.c (rb_iseq_disasm): rename rb_iseq_t *iseqdat to iseqko12015-07-161-38/+38
* remove redundant NULL check in mark functionsnormal2015-07-151-16/+15
* iseq.c (iseq_data_to_ary): dump kw_arg as symbolnormal2015-07-071-1/+1
* * vm_core.h: remove rb_iseq_t::orig because rb_iseq_clone()ko12015-07-071-65/+52
* * iseq.c, internal.h (rb_iseq_clone): removed because we don't need toko12015-07-071-24/+0
* * vm_core.h: remove rb_iseq_t::defined_method_id because it is notko12015-07-061-1/+0
* * vm_core.h: remove rb_iseq_t::klass to reduce dynamic data.ko12015-07-061-18/+0
* move RB_GC_GUARD responsibility to rb_add_method_iseqnormal2015-06-301-0/+2
* * iseq.c: constify.ko12015-05-211-1/+1
* * proc.c (rb_method_get_iseq): rename to rb_method_iseq.ko12015-05-211-1/+1
* * iseq.c (exception_type2symbol): show correct bug message.ko12015-05-201-1/+1
* iseq.c: check srouce typenobu2015-05-191-0/+1
* * iseq.c (iseq_mark): skip some marking if iseq->orig is available.ko12015-03-181-8/+15
* * fix namespace issue on singleton class expressions. [Bug #10943]ko12015-03-061-24/+1
* compile.c: struct accessorsnobu2014-12-171-122/+0
* iseq.c: default optionnobu2014-12-171-0/+1
* iseq.c: absolute_pathnobu2014-12-171-5/+12
* iseq.c: remove useless codenobu2014-12-161-1/+0
* iseq.c: struct accessorsnobu2014-12-161-28/+21
* compile.c: wrap funcptrnobu2014-12-161-1/+8
* iseq.c: show function name if possiblenobu2014-12-161-1/+14
* compile.c: check funcptrnobu2014-12-161-0/+3
* iseq.c: use caller locationnobu2014-12-151-4/+18
* iseq.c: intermediate arraysnobu2014-12-151-19/+27
* * class.c (class_alloc): Strat from age == 2.ko12014-12-111-1/+1
* struct.c: use iseqvalnobu2014-12-101-4/+4
* struct: avoid all O(n) behavior on accessnormal2014-12-091-0/+101
* iseq.c: remove unused rb_iseq_new_with_boptnormal2014-12-051-26/+10
* mostly fix rb_iseq_loadnormal2014-12-031-18/+38