summaryrefslogtreecommitdiff
path: root/compile.c
AgeCommit message (Expand)Author
2018-03-28merge revision(s) 61603: [Backport #14279]usa
2018-01-31merge revision(s) 60099,60100: [Backport #13964]usa
2017-08-09merge revision(s) 59202: [Backport #13690]usa
2017-08-09* compile.c (iseq_compile_each): remove unused definition of unusedusa
2017-08-09* compile.c (iseq_compile_each): the lifetime of new_opt have to beusa
2017-02-07merge revision(s) 57368: [Backport #12613]nagachika
2017-01-16merge revision(s) 56469: [Backport #12860]nagachika
2016-11-11merge revision(s) 56208,56663: [Backport #12905]nagachika
2016-08-16merge revision(s) 53424,55509: [Backport #12517]nagachika
2016-04-22merge revision(s) 54141,54542,54548: [Backport #12082]nagachika
2016-04-18merge revision(s) 54628: [Backport #12296]naruse
2016-04-03merge revision(s) 53495: [Backport #11970]nagachika
2016-03-29merge revision(s) 53658: [Backport #12018]naruse
2016-03-29merge revision(s) 53299: [Backport #11870]naruse
2015-12-24preserve source file name encodingnobu
2015-12-18* compile.c (ibf_load_object_string): use fstring if frozen string.ko1
2015-12-18* compile.c (ibf_load_setup): check tainted string argument.ko1
2015-12-14* compile.c: fix typos.hsbt
2015-12-11compile.c: rehash cdhashnobu
2015-12-10compile.c (iseq_compile_each): reduce needless rb_str_dupnormal
2015-12-09* compile.c (iseq_compile_each): do not add debug informationko1
2015-12-09compile.c (ibf_dump_object_unsupported): fix spelling errornormal
2015-12-09* *.c (*_memsize): do not check ptr.ko1
2015-12-08* compile.c (ibf_dump_memsize): should check NULL.ko1
2015-12-08compile.c: suppress warningnobu
2015-12-08* compile.c (iseq_ibf_dump): dump extra data just string length.ko1
2015-12-08compile.c: fix extra_strnobu
2015-12-08* compile.c (ibf_load_setup): cast to int.ko1
2015-12-08* compile.c (ibf_setup_load): rename to ibf_load_setup().ko1
2015-12-08free ibf_dump at exceptionnobu
2015-12-08compile.c: make opt a string valuenobu
2015-12-08check loading object index rangenobu
2015-12-08suppress warningsnobu
2015-12-08* compile.c (iseq_ibf_dump): fix for clang type checker.ko1
2015-12-08* introduce new ISeq binary format serializer/de-serializerko1
2015-12-08compile.c (iseq_build_from_ary_body): avoid rb_ary_dup for CDHASHnormal
2015-12-08compile optimized case dispatch for nil/true/falsenormal
2015-12-07* compile.c (rb_iseq_build_from_ary): do not allocate tableko1
2015-12-04compile.c: no extra parenthesesnobu
2015-12-04compile.c: just append compile error messagenobu
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_FLIP_CNT_INCREMENT() macro.ko1
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-12-02compile.c: fix the elementnobu
2015-12-01compile.c: consistent messagesnobu
2015-11-26compile.c: tailcall opt for indexersnobu
2015-11-25iseq.h: rename membernobu
2015-11-22compile.c: fix positionnobu