summaryrefslogtreecommitdiff
path: root/compile.c
AgeCommit message (Expand)Author
2014-12-19compile.c: add commentsnobu
2014-12-17compile.c: struct accessorsnobu
2014-12-17compile.c: constifynobu
2014-12-17* compile.c (iseq_compile_each): checkko1
2014-12-17compile.c: skip opt_* insns for fstr args with block givennormal
2014-12-16compile.c: wrap funcptrnobu
2014-12-16iseq.c: show function name if possiblenobu
2014-12-16compile.c: check funcptrnobu
2014-12-15compile.c: support for TS_FUNCPTRnobu
2014-12-05compile.c (rb_iseq_build_from_ary): remove misc handlingnormal
2014-12-03mostly fix rb_iseq_loadnormal
2014-12-02compile.c: set true and false directlynobu
2014-11-27* compile.c (iseq_compile_each): remove duplicated line event.ko1
2014-11-26compile.c (iseq_calc_param_size): hoist out of iseq_set_argumentsnormal
2014-11-26* compile.c (iseq_set_sequence): use "nop" insn instead ofko1
2014-11-25rb_id2str over rb_id2namenobu
2014-11-25compile.c (iseq_build_callinfo_from_hash): hoist outnormal
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-11-05* remove trailing spaces.svn
2014-11-05* compile.c (compile_data_alloc): add padding when strict alignmentngoto
2014-11-03* vm_core.h: change semantics of opt_num and opt_table.ko1
2014-11-02* vm_core.h: change iseq parameter data structure.ko1
2014-11-02* rewrite method/block parameter fitting logic to optimizeko1
2014-10-11compile.c: fix RB_GC_GUARD usagenormal
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