summaryrefslogtreecommitdiff
path: root/compile.c
AgeCommit message (Expand)Author
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-04-26compile.c: true conditionsnobu
2016-04-23compile.c: remove redundant trace insnnobu
2016-04-23compile.c: instruction ID predicatenobu
2016-04-23compile.c: ISeq element type predicatesnobu
2016-04-20compile.c: make SyntaxError after formattingnobu
2016-04-20refactor syntax errornobu
2016-04-19appending compile error without rb_errinfonobu
2016-04-18compile.c: fix dangling linknobu
2016-04-12compile.c: initialize LABEL fieldsnobu
2016-04-11compile.c: disable tco with rescuenobu
2016-03-28remove rb_thread_t::parse_in_evalnobu
2016-03-26compile.c: explicit addressnobu
2016-03-17compile.c: strict conditionnobu
2016-03-17compile.c: move newarray specializationnobu
2016-03-17* compile.c (NODE_CALL): add optimization shortcut for Array#max/min.mame
2016-03-17compile.c: bit flagnobu
2016-03-14optimize named capture assignmentnobu
2016-01-26fstring early for internal iseqnormal
2016-01-26compile.c: fix tailcall optimizationnobu
2016-01-10compile.c: fix lhs splat in massignnobu
2016-01-01compile.c: adjust call_info countnobu
2016-01-01compile.c: remove unreferred labelnobu
2015-12-29compile.c: adjust label referencenobu
2015-12-24fix common misspelling [ci skip]nobu
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