| Commit message (Expand) | Author | Age | Files | Lines |
* | * blockinlining.c: remove "yarv" prefix. | ko1 | 2007-07-12 | 1 | -1/+1 |
* | * insns.def (opt_succ): fixed typo. [ruby-dev:31189] | nobu | 2007-07-12 | 1 | -2/+2 |
* | * vm.c, insnhelper.ci: fix svar interface. | ko1 | 2007-07-10 | 1 | -8/+7 |
* | * insnhelper.ci (vm_yield_setup_args), vm.c, insns.def: | ko1 | 2007-07-07 | 1 | -1/+1 |
* | * insns.def: remove unused code. | ko1 | 2007-07-05 | 1 | -30/+14 |
* | * insns.def: fix to invoke nil.to_splat on NODE_ARGSCAT. | ko1 | 2007-07-05 | 1 | -16/+10 |
* | * yarvcore.h: rename rb_control_frame_t#magic to flag. | ko1 | 2007-07-05 | 1 | -2/+2 |
* | * compile.c (iseq_compile_each): add break catch point. | ko1 | 2007-07-05 | 1 | -14/+78 |
* | * compile.c: rename iseq_translate_direct_threaded_code() | ko1 | 2007-07-02 | 1 | -2/+4 |
* | * insns.def (defineclass): suppress a warning. | nobu | 2007-07-02 | 1 | -20/+20 |
* | * yarvcore.h, compile.c, insnhelper.ci, iseq.c, vm.c: | ko1 | 2007-07-01 | 1 | -1/+1 |
* | * vm.h: rename insn_func_type to rb_insn_func_type. | ko1 | 2007-06-30 | 1 | -11/+11 |
* | * vm_evalbody.ci: support OPT_CALL_THREADED_CODE. | ko1 | 2007-06-27 | 1 | -4/+8 |
* | * compile.c (compile_massign), insns.def (expandarray): support | ko1 | 2007-06-26 | 1 | -46/+51 |
* | * include/ruby/ruby.h: IL32LLP64 support. | usa | 2007-06-26 | 1 | -4/+21 |
* | * cont.c (rb_fiber_s_new): revert initializing VM stack. | ko1 | 2007-06-26 | 1 | -14/+0 |
* | * insnhelper.ci, vm.c: complete block parameter support. | ko1 | 2007-06-25 | 1 | -6/+9 |
* | * gc.h: add RUBY_ prefix to debug macros. | ko1 | 2007-06-25 | 1 | -3/+3 |
* | * insnhelper.ci (caller_setup_args): add need_block_check option. | ko1 | 2007-06-24 | 1 | -4/+4 |
* | * insns.def (invokesuper): fix error message. | ko1 | 2007-06-24 | 1 | -1/+1 |
* | * vm.c: some refactoring. | ko1 | 2007-06-24 | 1 | -27/+27 |
* | * insn_send.ci: removed. | ko1 | 2007-06-24 | 1 | -115/+121 |
* | * vm_macro.def: removed. | ko1 | 2007-06-24 | 1 | -129/+1 |
* | * insns.def, vm.c: add/fix stack overflow check. | ko1 | 2007-06-24 | 1 | -0/+2 |
* | * insnhelper.h: change CHECK_STACK_OVERFLOW() to throw exception. | ko1 | 2007-06-24 | 1 | -23/+4 |
* | * insns.def(setconstant, toregexp): fix to mark object correctly. | ko1 | 2007-06-15 | 1 | -2/+5 |
* | * insns.def (invokeblock): fix of splat argument. | ko1 | 2007-06-06 | 1 | -1/+3 |
* | * insns.def: fixed indentation. | usa | 2007-06-06 | 1 | -1/+1 |
* | * insnhelper.h, insns.def (DEC_SP): shoudn't use unary minus operator | usa | 2007-06-05 | 1 | -2/+2 |
* | * insns.def (invokeblock): check block is created by lambda | ko1 | 2007-06-05 | 1 | -2/+3 |
* | * insnhelper.h (INC_SP): shouldn't cast ``x'' to unsigned type because | usa | 2007-06-01 | 1 | -3/+3 |
* | * compile.c, vm_macro.def: support tail call optimization | ko1 | 2007-05-21 | 1 | -0/+70 |
* | * vm_evalbody.ci, insns.def, vm.c, tool/insns2vm.rb (rb_num_t): | nobu | 2007-05-03 | 1 | -26/+26 |
* | * vm.c, yarvcore.h, yarvcore.c, insns.def: fix to mark VM stack | ko1 | 2007-05-02 | 1 | -1/+1 |
* | * compile.c: use Qtrue instead of 2. | ko1 | 2007-05-02 | 1 | -1/+2 |
* | * yarvcore.h, compile.c (set_arguments): support post arguments. | ko1 | 2007-05-01 | 1 | -3/+5 |
* | * eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h: | ko1 | 2007-04-19 | 1 | -7/+3 |
* | * insns.def (throw), thread.c, yarvcore.h (throwed_errinfo): fixed | nobu | 2007-04-02 | 1 | -1/+1 |
* | * yarvcore.h, vm.h: rename th_invoke_yield() to th_yield(). | ko1 | 2007-02-26 | 1 | -2/+2 |
* | * yarvcore.h: add rb_thread_t#top_wrapper, top_self. | ko1 | 2007-02-25 | 1 | -0/+1 |
* | * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h, | matz | 2007-02-23 | 1 | -11/+2 |
* | * blockinlining.c, compile.c, compile.h, error.c, eval.c, | ko1 | 2007-02-06 | 1 | -17/+17 |
* | * compile.c, insns.def: remove (get|set)instancevariable2 and add a | ko1 | 2007-02-06 | 1 | -34/+12 |
* | * parse.y (rb_compose_ivar2): function to create a new ivar2 | matz | 2007-02-04 | 1 | -0/+38 |
* | * insns.def (setclassvariable): remove unnecessary operand. | matz | 2007-02-04 | 1 | -7/+2 |
* | * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c, | nobu | 2007-02-02 | 1 | -1/+1 |
* | * insns.def (setclassvariable): remove warn argument. | matz | 2007-02-02 | 1 | -1/+1 |
* | * vm.c (eval_search_super_klass): rename to search_super_klass() and | ko1 | 2007-01-16 | 1 | -2424/+2424 |
* | * insns.def (send) : fix to optimize send() with Symbol. | ko1 | 2007-01-06 | 1 | -1/+2 |
* | * insns.def : support direct method dispatch with "send" or "funcall". | ko1 | 2007-01-06 | 1 | -1/+27 |