aboutsummaryrefslogtreecommitdiffstats
path: root/insns.def
Commit message (Expand)AuthorAgeFilesLines
* * insns.def (throw): insert a RUBY_VM_CHECK_INTS(). [ruby-dev:31361]ko12007-08-161-0/+1
* * vm_dump.c (debug_print_pre): fix to show control frame count.ko12007-08-121-5/+3
* * insnhelper.ci, insns.def: move some statements to functions.ko12007-08-061-294/+16
* * insns.def (getspecial): lfp_svar_get() requires int for specialnobu2007-07-151-0/+1
* * insns.def (opt_div): FIX2NUM may not work for corner cases.matz2007-07-131-1/+1
* * insns.def (opt_succ): use cast to shut a warning up.matz2007-07-131-1/+1
* * insns.def (opt_succ): use LONG_MAX as maximum Fixnum VALUE.usa2007-07-121-2/+1
* * range.c (range_max): use FIX2LONG instead of FIX2INT to avoidakr2007-07-121-5/+6
* * blockinlining.c: remove "yarv" prefix.ko12007-07-121-1/+1
* * insns.def (opt_succ): fixed typo. [ruby-dev:31189]nobu2007-07-121-2/+2
* * vm.c, insnhelper.ci: fix svar interface.ko12007-07-101-8/+7
* * insnhelper.ci (vm_yield_setup_args), vm.c, insns.def:ko12007-07-071-1/+1
* * insns.def: remove unused code.ko12007-07-051-30/+14
* * insns.def: fix to invoke nil.to_splat on NODE_ARGSCAT.ko12007-07-051-16/+10
* * yarvcore.h: rename rb_control_frame_t#magic to flag.ko12007-07-051-2/+2
* * compile.c (iseq_compile_each): add break catch point.ko12007-07-051-14/+78
* * compile.c: rename iseq_translate_direct_threaded_code()ko12007-07-021-2/+4
* * insns.def (defineclass): suppress a warning.nobu2007-07-021-20/+20
* * yarvcore.h, compile.c, insnhelper.ci, iseq.c, vm.c:ko12007-07-011-1/+1
* * vm.h: rename insn_func_type to rb_insn_func_type.ko12007-06-301-11/+11
* * vm_evalbody.ci: support OPT_CALL_THREADED_CODE.ko12007-06-271-4/+8
* * compile.c (compile_massign), insns.def (expandarray): supportko12007-06-261-46/+51
* * include/ruby/ruby.h: IL32LLP64 support.usa2007-06-261-4/+21
* * cont.c (rb_fiber_s_new): revert initializing VM stack.ko12007-06-261-14/+0
* * insnhelper.ci, vm.c: complete block parameter support.ko12007-06-251-6/+9
* * gc.h: add RUBY_ prefix to debug macros.ko12007-06-251-3/+3
* * insnhelper.ci (caller_setup_args): add need_block_check option.ko12007-06-241-4/+4
* * insns.def (invokesuper): fix error message.ko12007-06-241-1/+1
* * vm.c: some refactoring.ko12007-06-241-27/+27
* * insn_send.ci: removed.ko12007-06-241-115/+121
* * vm_macro.def: removed.ko12007-06-241-129/+1
* * insns.def, vm.c: add/fix stack overflow check.ko12007-06-241-0/+2
* * insnhelper.h: change CHECK_STACK_OVERFLOW() to throw exception.ko12007-06-241-23/+4
* * insns.def(setconstant, toregexp): fix to mark object correctly.ko12007-06-151-2/+5
* * insns.def (invokeblock): fix of splat argument.ko12007-06-061-1/+3
* * insns.def: fixed indentation.usa2007-06-061-1/+1
* * insnhelper.h, insns.def (DEC_SP): shoudn't use unary minus operatorusa2007-06-051-2/+2
* * insns.def (invokeblock): check block is created by lambdako12007-06-051-2/+3
* * insnhelper.h (INC_SP): shouldn't cast ``x'' to unsigned type becauseusa2007-06-011-3/+3
* * compile.c, vm_macro.def: support tail call optimizationko12007-05-211-0/+70
* * vm_evalbody.ci, insns.def, vm.c, tool/insns2vm.rb (rb_num_t):nobu2007-05-031-26/+26
* * vm.c, yarvcore.h, yarvcore.c, insns.def: fix to mark VM stackko12007-05-021-1/+1
* * compile.c: use Qtrue instead of 2.ko12007-05-021-1/+2
* * yarvcore.h, compile.c (set_arguments): support post arguments.ko12007-05-011-3/+5
* * eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h:ko12007-04-191-7/+3
* * insns.def (throw), thread.c, yarvcore.h (throwed_errinfo): fixednobu2007-04-021-1/+1
* * yarvcore.h, vm.h: rename th_invoke_yield() to th_yield().ko12007-02-261-2/+2
* * yarvcore.h: add rb_thread_t#top_wrapper, top_self.ko12007-02-251-0/+1
* * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h,matz2007-02-231-11/+2
* * blockinlining.c, compile.c, compile.h, error.c, eval.c,ko12007-02-061-17/+17