summaryrefslogtreecommitdiff
path: root/compile.c
AgeCommit message (Expand)Author
2011-02-20* prevent temporary objects from GC, and should not usenobu
2011-02-17 * compile.c (get_exception_sym2type): guard temporary object from GC.nagachika
2011-01-28* compile.c (NODE_CLASS, NODE_MODULE), insns.def (defineclass): raisemame
2010-12-20* compile.c (setup_args), vm.c (invoke_block_from_c),nobu
2010-12-18* compile.c (setup_args), vm.c (invoke_block_from_c),nobu
2010-12-18* compile.c (setup_args, iseq_compile_each): optimize AMPER LAMBDAnobu
2010-12-12* compile.c (iseq_compile_each): fix for __goto__ and __label__nobu
2010-12-10remove a comma at end of enumerator list.kazu
2010-12-02* compile.c: parenthesize macro arguments.akr
2010-11-15* compile.c (iseq_set_exception_local_table, iseq_set_local_table,mame
2010-10-31* compile.c (new_child_iseq): adjust argument types.nobu
2010-10-31* vm_core.h: some refactoring.ko1
2010-10-12* compile.c (iseq_build_body), error.c (set_syserr, get_syserr),nobu
2010-10-12* compile.c (iseq_build_body), insns.def (getglobal, setglobal),nobu
2010-10-12* compile.c (iseq_compile_each): fix truncating cast.nobu
2010-09-10* compile.c: math.h for modf.nobu
2010-09-09* compile.c (case_when_optimizable_literal): When float value can bewanabe
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