aboutsummaryrefslogtreecommitdiffstats
path: root/compile.c
Commit message (Expand)AuthorAgeFilesLines
* * vm_core.h: revisit the structure of frame, block and env.ko12016-07-281-55/+56
* Coverage on non-positive linesnobu2016-06-261-0/+1
* * iseq.h (struct iseq_compile_data): use struct rb_id_tablenaruse2016-05-141-4/+12
* * compile.c (iseq_compile_each): share InlineCache during sametarui2016-05-111-3/+17
* compile.c: true conditionsnobu2016-04-261-0/+12
* compile.c: remove redundant trace insnnobu2016-04-231-0/+11
* compile.c: instruction ID predicatenobu2016-04-231-30/+31
* compile.c: ISeq element type predicatesnobu2016-04-231-15/+19
* compile.c: make SyntaxError after formattingnobu2016-04-201-7/+6
* refactor syntax errornobu2016-04-201-8/+1
* appending compile error without rb_errinfonobu2016-04-191-35/+48
* compile.c: fix dangling linknobu2016-04-181-5/+5
* compile.c: initialize LABEL fieldsnobu2016-04-121-0/+2
* compile.c: disable tco with rescuenobu2016-04-111-2/+45
* remove rb_thread_t::parse_in_evalnobu2016-03-281-19/+5
* compile.c: explicit addressnobu2016-03-261-2/+2
* compile.c: strict conditionnobu2016-03-171-3/+4
* compile.c: move newarray specializationnobu2016-03-171-20/+22
* * compile.c (NODE_CALL): add optimization shortcut for Array#max/min.mame2016-03-171-0/+20
* compile.c: bit flagnobu2016-03-171-1/+1
* optimize named capture assignmentnobu2016-03-141-0/+63
* fstring early for internal iseqnormal2016-01-261-1/+1
* compile.c: fix tailcall optimizationnobu2016-01-261-2/+6
* compile.c: fix lhs splat in massignnobu2016-01-101-4/+18
* compile.c: adjust call_info countnobu2016-01-011-17/+24
* compile.c: remove unreferred labelnobu2016-01-011-0/+3
* compile.c: adjust label referencenobu2015-12-291-0/+1
* fix common misspelling [ci skip]nobu2015-12-241-1/+1
* preserve source file name encodingnobu2015-12-241-35/+37
* * compile.c (ibf_load_object_string): use fstring if frozen string.ko12015-12-181-1/+1
* * compile.c (ibf_load_setup): check tainted string argument.ko12015-12-181-0/+2
* * compile.c: fix typos.hsbt2015-12-141-1/+1
* compile.c: rehash cdhashnobu2015-12-111-0/+2
* compile.c (iseq_compile_each): reduce needless rb_str_dupnormal2015-12-101-3/+3
* * compile.c (iseq_compile_each): do not add debug informationko12015-12-091-3/+8
* compile.c (ibf_dump_object_unsupported): fix spelling errornormal2015-12-091-1/+1
* * *.c (*_memsize): do not check ptr.ko12015-12-091-17/+7
* * compile.c (ibf_dump_memsize): should check NULL.ko12015-12-081-5/+10
* compile.c: suppress warningnobu2015-12-081-1/+2
* * compile.c (iseq_ibf_dump): dump extra data just string length.ko12015-12-081-1/+1
* compile.c: fix extra_strnobu2015-12-081-1/+1
* * compile.c (ibf_load_setup): cast to int.ko12015-12-081-1/+1
* * compile.c (ibf_setup_load): rename to ibf_load_setup().ko12015-12-081-3/+21
* free ibf_dump at exceptionnobu2015-12-081-23/+74
* compile.c: make opt a string valuenobu2015-12-081-2/+3
* check loading object index rangenobu2015-12-081-0/+3
* suppress warningsnobu2015-12-081-1/+1
* * compile.c (iseq_ibf_dump): fix for clang type checker.ko12015-12-081-1/+1
* * introduce new ISeq binary format serializer/de-serializerko12015-12-081-0/+1431
* compile.c (iseq_build_from_ary_body): avoid rb_ary_dup for CDHASHnormal2015-12-081-1/+0