summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
AgeCommit message (Expand)Author
2012-12-12method.h: NOEX_SAFE_SHIFT_OFFSETnobu
2012-12-12vm_insnhelper.c: no warnings for non-objectnobu
2012-12-12vm_insnhelper.c: common codenobu
2012-12-11fix typos for r38298kazu
2012-12-10* fix the behavior when a module is included into a refinement.shugo
2012-12-10compile.c, vm_insnhelper.c: flip-flop without hidden string keynobu
2012-12-09* vm_insnhelper.c (vm_call_opt_send): Kernel#send should not useshugo
2012-12-08* vm_insnhelper.c (vm_search_normal_superclass): super in ashugo
2012-12-08* eval.c (rb_mod_refine): raise an ArgumentError if a givenshugo
2012-12-07* vm_eval.c (yield_under, eval_under): do not activate refinementsshugo
2012-12-06* revised r37993 to avoid SEGV/ILL in tests. In r37993, a methodshugo
2012-12-01* variable.c (rb_class_path_no_cache): add a function to get the classtenderlove
2012-11-30* revert r37993 to avoid SEGV in tests.shugo
2012-11-29* vm.c: add a return hook when a method raises an exception.tenderlove
2012-11-29* vm_method.c (rb_method_entry_make): add a method entry withshugo
2012-11-28* probes.d: Change function-entry probe to method-entry.tenderlove
2012-11-28* vm_insnhelper.c (vm_call_method): fix undefined behavior.ko1
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