aboutsummaryrefslogtreecommitdiffstats
path: root/iseq.c
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* iseq.c: avoid segfault on incomplete iseqnormal2014-12-031-5/+7
* iseq.c: use lvar indexnobu2014-12-021-1/+1
* iseq.c (iseq_data_to_ary): keep hidden variablesnormal2014-12-011-1/+6
* use 0 for reservednobu2014-12-011-1/+1
* iseq.c (iseq_data_to_ary): add missing GC guardnormal2014-11-271-0/+1
* iseq.c (iseq_s_compile_file): close IO when donenormal2014-11-261-0/+3
* iseq.c: preserve encoding at disassemblingnobu2014-11-231-1/+1
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-2/+1
* * iseq.c (iseq_free): resolve memory leak.ko12014-11-031-1/+4
* * iseq.c (iseq_memsize): catch up recent changes.ko12014-11-031-0/+4
* * vm_core.h: change semantics of opt_num and opt_table.ko12014-11-031-7/+6
* * vm_core.h: change iseq parameter data structure.ko12014-11-021-93/+79