summaryrefslogtreecommitdiff
path: root/iseq.c
AgeCommit message (Expand)Author
2015-12-24iseq.c: narrow down protected regionnobu
2015-12-14* enum.c: fix a typo in documentation.hsbt
2015-12-12iseq.c: use rb_check_funcallnobu
2015-12-09* iseq.c: rename methodsko1
2015-12-09add documentation for RubyVM::InstructionSequence#to_binary_format and RubyVM...ko1
2015-12-08make local symbols staticnobu
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-serializerko1
2015-12-08error.c: name_err_local_variablesnobu
2015-12-07* iseq.c (iseq_load): disable peephole optimization optionko1
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() andko1
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-25iseq.h: rename membernobu
2015-11-01iseq.c (iseq_memsize): account for rb_call_cache entriesnormal
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-14iseq.c: list of keywords [Fix GH-1056]nobu
2015-10-05* iseq.c (rb_iseq_free): free iseq::variable_body to avoid memoryko1
2015-09-27fronzen-string-literal pragmanobu
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 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