summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
AgeCommit message (Expand)Author
2012-10-17* vm_insnhelper.c (vm_getivar): fix to use `aux.index' instead ofko1
2012-10-17* vm_insnhelper.c (vm_call_method_missing): make a refactoringko1
2012-10-17* vm_insnhelper.c (vm_search_method): fix a build error that occursshugo
2012-10-16* vm_insnhelper.c (vm_call_method): fix to return value immediately.ko1
2012-10-16* vm_insnhelper.c (vm_call_iseq_setup_2): separate tailcall and normalko1
2012-10-16* vm_insnhelper.c (vm_invoke_block): vm_caller_setup_args() can skipko1
2012-10-16* vm_insnhelper.c (vm_getivar, vm_setivar): support index inline cacheko1
2012-10-15* vm_insnhelper.c (VM_CALLEE_SETUP_ARG): fix wrong condition.ko1
2012-10-15* vm_insnhelper.c (vm_call_method): disable CI_SET_FASTPATH() ifko1
2012-10-15* method.h: introduce new method type VM_METHOD_TYPE_CFUNC_FAST.ko1
2012-10-15* vm_insnhelper.h (CI_SET_FASTPATH): add new parameter `enabled'.ko1
2012-10-15* vm_core.h (VM_CALL_*): rename VM_CALL_*_BITko1
2012-10-15vm_insnhelper.c: suppress warningsnobu
2012-10-15* vm_insnhelper.c (VM_CALLEE_SETUP_ARG): skip CI_SET_FASTPATH() ifko1
2012-10-14* vm_insnhelper.h CI_SET_FASTPATH: introduce new macroko1
2012-10-14* vm_insnhelper.c: refactoring.ko1
2012-10-14* insns.def (send, invokesuper, invokeblock, opt_*), vm_core.h:ko1
2012-10-09* vm_core.h (rb_call_info_t): add new type `rb_call_inf_t'.ko1
2012-10-08* eval.c, gc.c, iseq.c, node.h, vm_insnhelper.c, vm_insnhelper.h,shugo
2012-09-29* vm_insnhelper.c (rb_vm_using_modules): use using_modules beforeshugo
2012-09-28* vm_insnhelper.c (vm_setup_method): refactoring.ko1
2012-09-28vm_insnhelper.c: fix typesnobu
2012-09-28* vm_core.h: remove rb_control_frame_t::bp (bp: base pointer).ko1
2012-09-25insns.def: super from at_exitnobu
2012-09-12vm_insnhelper.c: reuse VM stacknobu
2012-08-26suppress warningsnobu
2012-08-23remove trailing spaces.nobu
2012-08-23* include/ruby/ruby.h: introduce flonum technique forko1
2012-08-22* vm_insnhelper.c (vm_setup_method): fix last commit.ko1
2012-08-22* vm_insnhelper.c (vm_setup_method): should not enable tail callshugo
2012-08-20vm_insnhelper.c: iclass as klass in cfpnobu
2012-08-08* compile.c, insns.def (checkmatch):ko1
2012-08-06* include/ruby/ruby.h, eval.c, vm_insnhelper.c: fix typo.shugo
2012-08-03vm_insnhelper.c: no recvnobu
2012-08-02* vm_insnhelper.c (rb_vm_using_modules): fix indent.ktsj
2012-08-02* vm_insnhelper.c (vm_call_method): remove garbage spaces.nobu
2012-08-02* eval.c (rb_mod_using): new method Module#using. [experimental]shugo
2012-08-02* class.c, insns.def, method.h, proc.c, vm.c, vm_core.h, vm_eval.c,shugo
2012-08-01RB_TYPE_P BUILTIN_TYPEnobu
2012-07-19* thread.c (rb_thread_s_control_interrupt,ko1
2012-07-18vm.c: remove unused variablesnobu
2012-07-04__callee__ fixnobu
2012-06-27Module#prependnobu
2012-06-11* vm_core.h: remove lfp (local frame pointer) and renameko1
2012-06-04* vm_core.h (rb_location_t): fix type and field name.ko1
2012-05-24Feature #5896nobu
2012-05-23use RB_TYPE_P() instead of comparison of TYPE()nobu
2012-05-22* vm_core.h: add a data type rb_location_t to store iseq locationko1
2012-04-14* variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain
2012-04-13* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain