| Commit message (Expand) | Author | Age | Files | Lines |
* | * prevent temporary objects from GC, and should not use | nobu | 2011-02-20 | 1 | -1/+1 |
* | * compile.c (get_exception_sym2type): guard temporary object from GC. | nagachika | 2011-02-17 | 1 | -1/+3 |
* | * compile.c (NODE_CLASS, NODE_MODULE), insns.def (defineclass): raise | mame | 2011-01-28 | 1 | -4/+4 |
* | * compile.c (setup_args), vm.c (invoke_block_from_c), | nobu | 2010-12-20 | 1 | -15/+8 |
* | * compile.c (setup_args), vm.c (invoke_block_from_c), | nobu | 2010-12-18 | 1 | -0/+1 |
* | * compile.c (setup_args, iseq_compile_each): optimize AMPER LAMBDA | nobu | 2010-12-18 | 1 | -8/+14 |
* | * compile.c (iseq_compile_each): fix for __goto__ and __label__ | nobu | 2010-12-12 | 1 | -9/+48 |
* | remove a comma at end of enumerator list. | kazu | 2010-12-10 | 1 | -1/+1 |
* | * compile.c: parenthesize macro arguments. | akr | 2010-12-02 | 1 | -51/+51 |
* | * compile.c (iseq_set_exception_local_table, iseq_set_local_table, | mame | 2010-11-15 | 1 | -4/+4 |
* | * compile.c (new_child_iseq): adjust argument types. | nobu | 2010-10-31 | 1 | -2/+2 |
* | * vm_core.h: some refactoring. | ko1 | 2010-10-31 | 1 | -20/+16 |
* | * compile.c (iseq_build_body), error.c (set_syserr, get_syserr), | nobu | 2010-10-12 | 1 | -2/+2 |
* | * compile.c (iseq_build_body), insns.def (getglobal, setglobal), | nobu | 2010-10-12 | 1 | -3/+3 |
* | * compile.c (iseq_compile_each): fix truncating cast. | nobu | 2010-10-12 | 1 | -2/+2 |
* | * compile.c: math.h for modf. | nobu | 2010-09-10 | 1 | -0/+1 |
* | * compile.c (case_when_optimizable_literal): When float value can be | wanabe | 2010-09-09 | 1 | -0/+5 |
* | * compile.c (NODE_ARGSCAT, NODE_ARGSPUSH): drop unused ARGSCAT | mame | 2010-08-05 | 1 | -7/+25 |
* | * compile.c (NODE_ARGSCAT, NODE_ARGSPUSH): revert r28870 and r28873 | mame | 2010-08-05 | 1 | -12/+2 |
* | * compile.c (iseq_compile_each): to_a method should be called. | nobu | 2010-08-05 | 1 | -3/+12 |
* | * compile.c (iseq_compile_each): drop unused ARGSCAT results. | nobu | 2010-08-05 | 1 | -2/+3 |
* | * class.c, compile.c, dir.c, file.c, iseq.c, parse.y, random.c: | naruse | 2010-07-27 | 1 | -1/+1 |
* | * compile.c (rb_iseq_translate_threaded_code): removed duplicated code. | nobu | 2010-07-26 | 1 | -4/+0 |
* | * compile.c (iseq_compile_each): should consider block on stack, | matz | 2010-06-02 | 1 | -9/+37 |
* | * iseq_compile_each (NODE_DEFINED): put nil first to fix stack | mame | 2010-05-19 | 1 | -2/+3 |
* | * compile.c (iseq_compile_each), vm_insnhelper.c (vm_invoke_block, | mame | 2010-05-09 | 1 | -2/+2 |
* | * compile.c (iseq_set_sequence): fix check range of ic_index. | wanabe | 2010-05-05 | 1 | -1/+1 |
* | * compile.c (iseq_build_body): update iseq->ic_size. | wanabe | 2010-05-04 | 1 | -0/+2 |
* | * compile.c (NODE_NEXT, NODE_REDO): add dummy putnil instruction to | mame | 2010-04-20 | 1 | -0/+6 |
* | * compile.c (iseq_compile_each): fix splat condition in NODE_WHEN. | wanabe | 2010-04-17 | 1 | -28/+18 |
* | * compile.c (iseq_compile_each): stop hiding, and freeze unpopped string node... | muraken | 2010-04-09 | 1 | -1/+1 |
* | * compile.c (iseq_build_body): add mark to jump table hash of case. | mame | 2010-03-17 | 1 | -0/+1 |
* | * compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolute | mame | 2010-03-16 | 1 | -1/+4 |
* | * compile.c (insn_data_to_s_detail), iseq.c (insn_operand_intern): | nobu | 2010-03-14 | 1 | -1/+1 |
* | * compile.c (defined_expr), insns.def (defined): fix to pass a Symbol | ko1 | 2010-03-09 | 1 | -1/+1 |
* | * insns.def: Change the operand type of setinlinecache | ko1 | 2010-02-24 | 1 | -65/+71 |
* | * common.mk (compile.$(OBJEXT)): dependencies lacking. | shyouhei | 2010-01-20 | 1 | -2/+3 |
* | removes the dtrace support. reverts r26239, r26238 and r26235. | yugui | 2010-01-05 | 1 | -1/+0 |
* | * trace.h: new file. wraps tracing mechanisms. | yugui | 2010-01-03 | 1 | -0/+1 |
* | * compile.c (compile_cpath, iseq_compile_each): reverted | shugo | 2009-12-03 | 1 | -2/+4 |
* | fix typos. | akr | 2009-11-03 | 1 | -12/+12 |
* | * compile.c (ADD_TRACE): fire coverage event in ensure clause. | mame | 2009-10-08 | 1 | -1/+2 |
* | * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, | nobu | 2009-09-21 | 1 | -21/+21 |
* | * compile.c (iseq_compile_each), parse.y (stmt, arg): arg_concat() | nobu | 2009-09-18 | 1 | -4/+4 |
* | * include/ruby/st.h (st_hash_func): use st_index_t. | nobu | 2009-09-08 | 1 | -3/+3 |
* | * compile.c (iseq_specialized_instruction), insns.def (opt_size): | ko1 | 2009-09-06 | 1 | -0/+3 |
* | * compile.c (iseq_compile_each): op_asgn to aref should return rhs. | nobu | 2009-09-05 | 1 | -16/+26 |
* | * compile.c (FIXNUM_OR): typo. | nobu | 2009-09-05 | 1 | -1/+1 |
* | * compile.c (FIXNUM_INC, FIXNUM_OR): trivial optimizations. | nobu | 2009-09-05 | 1 | -10/+12 |
* | * compile.c (iseq_compile_each): &&= and ||= should return rhs. | nobu | 2009-09-05 | 1 | -11/+21 |