summaryrefslogtreecommitdiff
path: root/compile.c
AgeCommit message (Expand)Author
2014-11-06* compile.c (compile_data_alloc): add padding when strict alignmentusa
2014-08-31merge revision(s) 46471: [Backport #9964]usa
2014-02-22merge revision(s) r44720: [Backport #9455]nagachika
2013-06-27merge revision(s) 40336: [Backport #8142]nagachika
2013-06-15merge revision(s) 41300: [Backport #8489]nagachika
2013-06-12merge revision(s) 41019,41020,41021,41041,41045,41057: [Backport #8463]nagachika
2013-06-03merge revision(s) 40807: [Backport #8416]nagachika
2013-04-19merge revision(s) 40205: [Backport #8236]nagachika
2013-04-15merge revision(s) 40124: [Backport #8220]nagachika
2013-03-24merge revision(s) 39625,39626: [Backport #8008]nagachika
2013-03-24merge revision(s) 39627: [Backport #8008]nagachika
2013-03-09merge revision(s) 39444,39446: [Backport #7922]nagachika
2013-01-09* compile.c (compile_array_): modify wrong optimization.ko1
2013-01-08compile.c: adjust indentnobu
2013-01-08vm_core.h: flip_cnt in rb_iseq_tnobu
2012-12-29adjust stylenobu
2012-12-29compile.c: no semicolonnobu
2012-12-24scoped constant op-assignmentnobu
2012-12-20* vm_core.h (rb_vm_defineclass_type_t),shugo
2012-12-10compile.c, vm_insnhelper.c: flip-flop without hidden string keynobu
2012-12-03* compile.c (iseq_specialized_instruction):ko1
2012-12-03* compile.c (iseq_compile_each): joke shouldn't use id.h defined ids.ko1
2012-11-30* compile.c (ADD_CATCH_ENTRY): add a cast to fix SEGV with x64 mingwshirosaki
2012-11-29 [EXPERIMENTAL: NEED DISCUSS]ko1
2012-11-29* compile.c (compile_array_): refix r37991 remove assertion:naruse
2012-11-29Revert r37991 "compile.c: hash must be paired"naruse
2012-11-29compile.c: hash must be pairednobu
2012-11-21 * include/ruby/util.h: removed extra semicolon in definition oftadf
2012-11-13* compile.c (insn_data_to_s_detail): remove debug lines.ko1
2012-11-12* probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove
2012-11-12* vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo),shugo
2012-11-11* vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo):shugo
2012-10-18* insns.def (opt_send_simple): introduce new instruction usedko1
2012-10-18* compile.c (new_callinfo): set a temporary index of callinfoko1
2012-10-16* compile.c (compile_dstr_fragments): use `putobject' instead ofko1
2012-10-15* vm_core.h (VM_CALL_*): rename VM_CALL_*_BITko1
2012-10-14remove garbage linenobu
2012-10-14* insns.def (send, invokesuper, invokeblock, opt_*), vm_core.h:ko1
2012-10-09* vm_core.h (rb_call_info_t): add new type `rb_call_inf_t'.ko1
2012-10-04* insns.def (getlocal, setlocal): remove old getlocal/setlocalko1
2012-09-28* insns.def (opt_checkenv): remove unused instruction `opt_checkenv'.ko1
2012-09-26* insns.def: add new instruction `opt_empty_p' for optimize `empty?'ko1
2012-09-24Feature #7035nobu
2012-08-08* compile.c (ADD_INSNL): make ADD_INSNSL as alias of ADD_INSN1.ko1
2012-08-08* compile.c, insns.def (checkmatch):ko1
2012-06-11 * compile.c (iseq_set_sequence): nonstatic initializer of anshyouhei
2012-06-04* vm_core.h (rb_location_t): fix type and field name.ko1
2012-05-22* vm_core.h: add a data type rb_location_t to store iseq locationko1
2012-05-06* compile.c (iseq_compile_each): remove unused variable `size'.ko1
2012-04-28* parse.y (assoc, parser_yylex): add syntax to splat keyword hash.nobu