summaryrefslogtreecommitdiff
path: root/compile.c
AgeCommit message (Expand)Author
2010-08-05* compile.c (NODE_ARGSCAT, NODE_ARGSPUSH): drop unused ARGSCATmame
2010-08-05* compile.c (NODE_ARGSCAT, NODE_ARGSPUSH): revert r28870 and r28873mame
2010-08-05* compile.c (iseq_compile_each): to_a method should be called.nobu
2010-08-05* compile.c (iseq_compile_each): drop unused ARGSCAT results.nobu
2010-07-27* class.c, compile.c, dir.c, file.c, iseq.c, parse.y, random.c:naruse
2010-07-26* compile.c (rb_iseq_translate_threaded_code): removed duplicated code.nobu
2010-06-02* compile.c (iseq_compile_each): should consider block on stack,matz
2010-05-19* iseq_compile_each (NODE_DEFINED): put nil first to fix stackmame
2010-05-09* compile.c (iseq_compile_each), vm_insnhelper.c (vm_invoke_block,mame
2010-05-05* compile.c (iseq_set_sequence): fix check range of ic_index.wanabe
2010-05-04* compile.c (iseq_build_body): update iseq->ic_size.wanabe
2010-04-20* compile.c (NODE_NEXT, NODE_REDO): add dummy putnil instruction tomame
2010-04-17* compile.c (iseq_compile_each): fix splat condition in NODE_WHEN.wanabe
2010-04-09* compile.c (iseq_compile_each): stop hiding, and freeze unpopped string node...muraken
2010-03-17* compile.c (iseq_build_body): add mark to jump table hash of case.mame
2010-03-16* compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolutemame
2010-03-14* compile.c (insn_data_to_s_detail), iseq.c (insn_operand_intern):nobu
2010-03-09* compile.c (defined_expr), insns.def (defined): fix to pass a Symbolko1
2010-02-24* insns.def: Change the operand type of setinlinecacheko1
2010-01-20 * common.mk (compile.$(OBJEXT)): dependencies lacking.shyouhei
2010-01-05removes the dtrace support. reverts r26239, r26238 and r26235.yugui
2010-01-03* trace.h: new file. wraps tracing mechanisms.yugui
2009-12-03* compile.c (compile_cpath, iseq_compile_each): revertedshugo
2009-11-03fix typos.akr
2009-10-08* compile.c (ADD_TRACE): fire coverage event in ensure clause.mame
2009-09-21* compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu
2009-09-18* compile.c (iseq_compile_each), parse.y (stmt, arg): arg_concat()nobu
2009-09-08* include/ruby/st.h (st_hash_func): use st_index_t.nobu
2009-09-06* compile.c (iseq_specialized_instruction), insns.def (opt_size):ko1
2009-09-05* compile.c (iseq_compile_each): op_asgn to aref should return rhs.nobu
2009-09-05* compile.c (FIXNUM_OR): typo.nobu
2009-09-05* compile.c (FIXNUM_INC, FIXNUM_OR): trivial optimizations.nobu
2009-09-05* compile.c (iseq_compile_each): &&= and ||= should return rhs.nobu
2009-08-18* compile.c (NODE_RETURN): fire return event at explicit return.mame
2009-07-31* compile.c (iseq_compile_each): used more appropriate construct.nobu
2009-07-30* compile.c (iseq_compile_each): fix stack consistency error.mame
2009-07-22* vm_core.h (struct rb_iseq_t): add a new field line_no. This fieldmame
2009-07-20* compile.c (compile_dstr_fragments): reduced needless literal.nobu
2009-07-16* node.h, vm_core.h, variable.c: rename global_entry to rb_global_entry.ko1
2009-07-15* method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko1
2009-07-13* vm_core.h, compile.c: declare struct iseq_inline_cache_entry.ko1
2009-07-13* insns.def, vm_insnhelper.c (getinstancevariable):ko1
2009-06-22* compile.c (iseq_set_arguments, iseq_compile_each): internalnobu
2009-06-22* compile.c: fixed types.nobu
2009-05-17* compile.c: fixed types.nobu
2009-05-17* compile.c (rb_parse_in_eval): returns true in true eval, not innobu
2009-02-27* compile.c (cdhash_type, iseq_set_sequence): should not callnobu
2009-02-22stripped trailing spaces.nobu
2009-02-16* compile.c: fix to add "ensure" codes across "while" clauseko1
2009-02-12* compile.c (iseq_compile_each): just freeze xstr.nobu