aboutsummaryrefslogtreecommitdiffstats
path: root/insns.def
Commit message (Expand)AuthorAgeFilesLines
* * insns.def (defineclass): private constants should not be accessedshugo2013-01-111-1/+1
* insns.def: adjust indentnobu2013-01-081-4/+3
* * vm_core.h (rb_vm_defineclass_type_t),shugo2012-12-201-10/+17
* compile.c, vm_insnhelper.c: flip-flop without hidden string keynobu2012-12-101-2/+2
* * vm_eval.c (yield_under, eval_under): do not activate refinementsshugo2012-12-071-1/+0
* * vm_opts.h: enable optimization - operand unifications.ko12012-12-041-5/+7
* * array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c,ko12012-12-021-1/+1
* * variable.c (rb_class_path_no_cache): add a function to get the classtenderlove2012-12-011-26/+18
* [EXPERIMENTAL: NEED DISCUSS]ko12012-11-291-1/+2
* * probes.d: Change function-entry probe to method-entry.tenderlove2012-11-281-4/+4
* * vm_trace.c: add two methods:ko12012-11-201-1/+2
* * probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove2012-11-121-0/+33
* * 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