summaryrefslogtreecommitdiff
path: root/iseq.c
AgeCommit message (Expand)Author
2016-08-22iseq.c: undef allocatornobu
2016-08-03* vm_core.h: introduce VM_FRAME_RUBYFRAME_P()ko1
2016-07-29rb_funcallvnobu
2016-07-28* vm_core.h: revisit the structure of frame, block and env.ko1
2016-07-13* iseq.c (Init_ISeq): undef ISeq.translate and ISeq.load_iseqko1
2016-05-14* iseq.h (struct iseq_compile_data): use struct rb_id_tablenaruse
2016-05-11 * compile.c (iseq_compile_each): share InlineCache during sametarui
2016-03-28remove rb_thread_t::base_blocknobu
2016-03-28remove rb_thread_t::parse_in_evalnobu
2016-03-21suppress warningnobu
2016-03-19SyntaxError message at iseq compilenobu
2016-03-10iseq.h: coverage_enabled flagnobu
2016-03-10iseq.c: set coverage at oncenobu
2016-01-26fstring early for internal iseqnormal
2016-01-13iseq.c: mark parent iseqnobu
2016-01-12iseq.c: mark parents of wrapped iseqnobu
2016-01-08iseq.c: volatile only on gcc4.8nobu
2016-01-08iseq.c: make local variables volatilenobu
2016-01-08* iseq.c (rb_iseq_compile_with_option): move variable initializationshugo
2015-12-28iseq.c: suppress warningsnobu
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