summaryrefslogtreecommitdiff
path: root/compile.c
AgeCommit message (Expand)Author
2014-10-01* compile.c: remove commented out code.hsbt
2014-09-20compile.c: store IDs as Symbolsnobu
2014-09-14compile.c, gc.c: suppress warningsnobu
2014-09-10* compile.c (rb_vm_addr2insn): rename to rb_vm_insn_addr2insnko1
2014-09-10compile.c: remove useless castnobu
2014-09-10rb_call_info_t: shrink to 96 bytes from 104 bytes on 64-bitnormal
2014-09-10compile: translate iseq in-placenormal
2014-09-08compile.c: remove needless SYM2ID <-> ID2SYM conversionsnormal
2014-08-26compile.c: assigned in REALLOC_Nnobu
2014-08-26compile.c (iseq_set_sequence): check for multiplication overflownormal
2014-07-29compile.c: suppress a warningnobu
2014-07-26compile.c: check sizenobu
2014-07-26struct iseq_compile_data_storage: 16 bytes (from 32) overheadnormal
2014-07-26rb_iseq_t: reduce to (280 bytes from 288 bytes) on 64-bitnormal
2014-07-25introduce ZALLOC{,_N} to replace ALLOC{,_N}+MEMZERO usenormal
2014-07-25compile.c: make the receiver condition cleanernobu
2014-07-19compile.c: FCALL flag on AREFnobu
2014-07-19compile.c: private reader in op_assignnobu
2014-07-14vm_core.h (struct rb_iseq_struct): reduce to 296 bytes on 64-bitnormal
2014-06-19* compile.c (rb_iseq_compile_node): put start label of block afterko1
2014-06-08compile.c: use enumnobu
2014-06-06node.h: remove NODE_PRIVATE_RECVnobu
2014-06-06compile.c, parse.y: private op assignnobu
2014-06-06node.h: NODE_PRIVATE_RECVnobu
2014-05-11* compile.c (BUFSIZE): Unused macro removed.akr
2014-04-26compile.c: non-destructive keyword splatnobu
2014-01-27compile.c: use correct key for block when loading serialized iseqscharliesome
2014-01-25compile.c: assignment result of aset_withnobu
2014-01-25compile.c: mark fstringnobu
2014-01-10insns.def: add opt path for Hash#[] and Hash#[]= used with str literal keystmm1
2013-12-25compile.c: fix error by clangnobu
2013-12-25compile.c: unnamed keyword rest checknobu
2013-12-20* include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN intoko1
2013-12-11compile.c: add opt_aset instruction for faster Hash#[]= and Array#[]=tmm1
2013-12-09* compile.c, insns.def, test/ruby/test_rubyvm.rb, vm.c, vm_core.h,charliesome
2013-11-29 * compile.c : Bugsfix for dump_disasm_list.tarui
2013-11-26* compile.c: Use rb_fstring() to de-duplicate string literals in code. [ruby...tmm1
2013-11-17compile.c: tailcall on supernobu
2013-11-10parse.y: remove "f" suffix [ruby-core:57966] [Feature #9042]nobu
2013-11-09* compile.c (iseq_compile_each): emit opt_str_freeze if the #freezecharliesome
2013-11-09* class.c: unify names of vm state version counters to 'serial'.charliesome
2013-11-08* compile.c (iseq_build_from_ary_exception): use RARRAY_CONST_PTR().glass
2013-10-29* insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h, vm_method.c: splitcharliesome
2013-10-13compile.c, vm.c: reduce hash mergenobu
2013-09-25* include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().ko1
2013-09-04* class.c, compile.c, eval.c, gc.h, insns.def, internal.h, method.h,charliesome
2013-09-02* NEWS: Add note about frozen string literalscharliesome
2013-08-31* compile.c (NODE_MATCH3): pass CALL_INFO to opt_regexpmatch2charliesome
2013-08-22* compile.c (build_postexe_iseq): fix to setup the local table.ko1
2013-08-22* compile.c (rb_iseq_compile_node): accept NODE_IFUNC to supportko1