aboutsummaryrefslogtreecommitdiffstats
path: root/insns.def
Commit message (Expand)AuthorAgeFilesLines
* * insns.def (opt_send_simple): move the location ofko12012-10-181-15/+15
* * insns.def (send): remove unused condition.ko12012-10-181-4/+1
* * insns.def (opt_send_simple): introduce new instruction usedko12012-10-181-0/+15
* * vm_insnhelper.c (vm_getivar, vm_setivar): support index inline cacheko12012-10-161-2/+2
* * vm_core.h (VM_CALL_*): rename VM_CALL_*_BITko12012-10-151-5/+5
* * insns.def (send, invokesuper, invokeblock, opt_*), vm_core.h:ko12012-10-141-89/+51
* * vm_core.h (rb_call_info_t): add new type `rb_call_inf_t'.ko12012-10-091-25/+25
* * eval.c, gc.c, iseq.c, node.h, vm_insnhelper.c, vm_insnhelper.h,shugo2012-10-081-1/+1
* * insns.def (getlocal, setlocal): remove old getlocal/setlocalko12012-10-041-50/+22
* * insns.def (opt_checkenv): remove unused instruction `opt_checkenv'.ko12012-09-281-20/+0
* * vm_core.h: remove rb_control_frame_t::bp (bp: base pointer).ko12012-09-281-4/+4
* * insns.def: add new instruction `opt_empty_p' for optimize `empty?'ko12012-09-261-0/+38
* insns.def: super from at_exitnobu2012-09-251-0/+3
* Feature #7035nobu2012-09-241-12/+12
* insns.def: duplicated codenobu2012-08-281-2/+0
* * insns.def (checkmatch): suppress warnings. [ruby-core:47339]nagachika2012-08-281-1/+3
* suppress warningsnobu2012-08-261-1/+3
* * include/ruby/ruby.h: introduce flonum technique forko12012-08-231-81/+62
* * insns.def (invokesuper): reverted r36640 partially to make supershugo2012-08-231-16/+3
* * insns.def: search up the cf stack for an object that is an instancetenderlove2012-08-221-9/+8
* * compile.c, insns.def (checkmatch):ko12012-08-081-40/+34
* * vm_exec.c, insns.def (leave): solve problems onko12012-08-071-2/+4
* * internal.h, class.c, eval.c, insns.def: find the appropriateshugo2012-08-061-1/+22
* insns.def: use klass in cfpnobu2012-08-061-1/+1
* vm_insnhelper.c: no recvnobu2012-08-031-2/+2
* * insns.def (invokesuper): reverted r36612 so that super in anshugo2012-08-031-1/+6
* * insns.def (invokesuper): don't skip the same class. instead, useshugo2012-08-031-6/+1
* * eval.c (rb_mod_using): new method Module#using. [experimental]shugo2012-08-021-8/+8
* * class.c, insns.def, method.h, proc.c, vm.c, vm_core.h, vm_eval.c,shugo2012-08-021-13/+19
* insns.def: RB_TYPE_Pnobu2012-07-281-4/+4
* remove garbage spacesnobu2012-07-201-2/+2
* * thread.c (rb_thread_s_control_interrupt,ko12012-07-191-6/+6
* defined: me in cfpnobu2012-07-111-10/+5
* __callee__ fixnobu2012-07-041-1/+1
* * vm_core.h: remove VM_FRAME_MAGIC_FINISH (finish frame type).ko12012-06-151-17/+9
* * vm_core.h: remove lfp (local frame pointer) and renameko12012-06-111-24/+24
* * removed trailing spaces.nobu2012-06-091-1/+1
* * numeric.c: fix flodivmod for cornercases [Bug #6044]marcandre2012-03-141-17/+1
* * compile.c (iseq_compile_each): call on special object instead ofnobu2012-02-261-1/+1
* * insns.def (splatarray): make new array if flag is set.nobu2012-02-151-0/+3
* * insns.def (pop): suppress self-assign warning of clang.nobu2011-11-271-1/+1
* insns.def: Some fixes and tweaks to English explanationsduerst2011-11-051-18/+18
* * insns.def: change encoding pragma for emacs (shift_jis to utf-8).nagachika2011-09-051-1/+1
* Change encoding from EUC-JP to UTF-8. [Feature #5128]shyouhei2011-09-041-97/+97
* * vm_insnhelper.c (vm_search_const_defined_class): searchnobu2011-09-021-6/+4
* * insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): seenobu2011-09-011-4/+6
* * vm_insnhelper.h, vm_insnhelper.c, vm.c, vm_method.c, insns.def:ko12011-08-241-41/+48
* * insns.def (defined): fix to checking class variable.ko12011-08-241-1/+4
* * insns.def (concatstrings): don't use initial ASCII-8BIT string.naruse2011-08-011-2/+2
* * insns.def: written in Shift_JIS.nobu2011-07-041-1/+1