summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
AgeCommit message (Expand)Author
2012-11-20* vm_trace.c: add two methods:ko1
2012-11-18* vm_core.h, probes_helper.h (RUBY_DTRACE_FUNC_ENTRY_HOOK,ngoto
2012-11-13* vm_insnhelper.c (vm_call_cfunc_with_frame): don't use ci afterko1
2012-11-13* vm_insnhelper.c (vm_caller_setup_args): save and restoreko1
2012-11-12* probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove
2012-11-12* vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo),shugo
2012-11-11* vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo):shugo
2012-11-06adjust stylenobu
2012-10-27vm_insnhelper.c: fix indentationko1
2012-10-24vm_insnhelper.c: inlinenobu
2012-10-23* vm_insnhelper.c (vm_call_method): remove `default' andko1
2012-10-23* vm_core.h, vm_insnhelper.c, vm_eval.c (OPT_CALL_CFUNC_WITHOUT_FRAME):ko1
2012-10-19* method.h (rb_method_cfunc_t::invoker): add new field (func ptr)ko1
2012-10-19* vm_insnhelper.c (vm_search_method): remove needless local variable.ko1
2012-10-18* insns.def (send): remove unused condition.ko1
2012-10-18* vm_insnhelper.c: add `inline' keyword to several functions.ko1
2012-10-18* class.c (rb_define_frameless_method): rename fromko1
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