| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | vm_insnhelper.c: no warnings for non-object | nobu | 2012-12-12 | 1 | -0/+2 |
* | vm_insnhelper.c: common code | nobu | 2012-12-12 | 1 | -8/+2 |
* | fix typos for r38298 | kazu | 2012-12-11 | 1 | -7/+7 |
* | * fix the behavior when a module is included into a refinement. | shugo | 2012-12-10 | 1 | -6/+5 |
* | compile.c, vm_insnhelper.c: flip-flop without hidden string key | nobu | 2012-12-10 | 1 | -15/+11 |
* | * vm_insnhelper.c (vm_call_opt_send): Kernel#send should not use | shugo | 2012-12-09 | 1 | -1/+3 |
* | * vm_insnhelper.c (vm_search_normal_superclass): super in a | shugo | 2012-12-08 | 1 | -2/+8 |
* | * eval.c (rb_mod_refine): raise an ArgumentError if a given | shugo | 2012-12-08 | 1 | -2/+0 |
* | * vm_eval.c (yield_under, eval_under): do not activate refinements | shugo | 2012-12-07 | 1 | -66/+2 |
* | * revised r37993 to avoid SEGV/ILL in tests. In r37993, a method | shugo | 2012-12-06 | 1 | -3/+89 |
* | * variable.c (rb_class_path_no_cache): add a function to get the class | tenderlove | 2012-12-01 | 1 | -5/+5 |
* | * revert r37993 to avoid SEGV in tests. | shugo | 2012-11-30 | 1 | -91/+3 |
* | * vm.c: add a return hook when a method raises an exception. | tenderlove | 2012-11-29 | 1 | -3/+3 |
* | * vm_method.c (rb_method_entry_make): add a method entry with | shugo | 2012-11-29 | 1 | -3/+91 |
* | * probes.d: Change function-entry probe to method-entry. | tenderlove | 2012-11-28 | 1 | -6/+6 |
* | * vm_insnhelper.c (vm_call_method): fix undefined behavior. | ko1 | 2012-11-28 | 1 | -2/+3 |
* | * vm_trace.c: add two methods: | ko1 | 2012-11-20 | 1 | -6/+6 |
* | * vm_core.h, probes_helper.h (RUBY_DTRACE_FUNC_ENTRY_HOOK, | ngoto | 2012-11-18 | 1 | -0/+1 |
* | * vm_insnhelper.c (vm_call_cfunc_with_frame): don't use ci after | ko1 | 2012-11-13 | 1 | -41/+46 |
* | * vm_insnhelper.c (vm_caller_setup_args): save and restore | ko1 | 2012-11-13 | 1 | -2/+13 |
* | * probes.d: add DTrace probe declarations. [ruby-core:27448] | tenderlove | 2012-11-12 | 1 | -0/+7 |
* | * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo), | shugo | 2012-11-12 | 1 | -14/+3 |
* | * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo): | shugo | 2012-11-11 | 1 | -3/+14 |
* | adjust style | nobu | 2012-11-06 | 1 | -1/+2 |
* | vm_insnhelper.c: fix indentation | ko1 | 2012-10-27 | 1 | -40/+40 |
* | vm_insnhelper.c: inline | nobu | 2012-10-24 | 1 | -3/+3 |
* | * vm_insnhelper.c (vm_call_method): remove `default' and | ko1 | 2012-10-23 | 1 | -3/+2 |
* | * vm_core.h, vm_insnhelper.c, vm_eval.c (OPT_CALL_CFUNC_WITHOUT_FRAME): | ko1 | 2012-10-23 | 1 | -52/+144 |
* | * method.h (rb_method_cfunc_t::invoker): add new field (func ptr) | ko1 | 2012-10-19 | 1 | -82/+115 |
* | * vm_insnhelper.c (vm_search_method): remove needless local variable. | ko1 | 2012-10-19 | 1 | -3/+1 |
* | * insns.def (send): remove unused condition. | ko1 | 2012-10-18 | 1 | -1/+1 |
* | * vm_insnhelper.c: add `inline' keyword to several functions. | ko1 | 2012-10-18 | 1 | -5/+5 |
* | * class.c (rb_define_frameless_method): rename from | ko1 | 2012-10-18 | 1 | -7/+7 |
* | * vm_insnhelper.c (vm_getivar): fix to use `aux.index' instead of | ko1 | 2012-10-17 | 1 | -2/+2 |
* | * vm_insnhelper.c (vm_call_method_missing): make a refactoring | ko1 | 2012-10-17 | 1 | -23/+31 |
* | * vm_insnhelper.c (vm_search_method): fix a build error that occurs | shugo | 2012-10-17 | 1 | -1/+1 |
* | * vm_insnhelper.c (vm_call_method): fix to return value immediately. | ko1 | 2012-10-16 | 1 | -24/+13 |
* | * vm_insnhelper.c (vm_call_iseq_setup_2): separate tailcall and normal | ko1 | 2012-10-16 | 1 | -34/+53 |
* | * vm_insnhelper.c (vm_invoke_block): vm_caller_setup_args() can skip | ko1 | 2012-10-16 | 1 | -1/+3 |
* | * vm_insnhelper.c (vm_getivar, vm_setivar): support index inline cache | ko1 | 2012-10-16 | 1 | -25/+51 |
* | * vm_insnhelper.c (VM_CALLEE_SETUP_ARG): fix wrong condition. | ko1 | 2012-10-15 | 1 | -1/+1 |
* | * vm_insnhelper.c (vm_call_method): disable CI_SET_FASTPATH() if | ko1 | 2012-10-15 | 1 | -4/+4 |
* | * method.h: introduce new method type VM_METHOD_TYPE_CFUNC_FAST. | ko1 | 2012-10-15 | 1 | -6/+35 |
* | * vm_insnhelper.h (CI_SET_FASTPATH): add new parameter `enabled'. | ko1 | 2012-10-15 | 1 | -9/+11 |
* | * vm_core.h (VM_CALL_*): rename VM_CALL_*_BIT | ko1 | 2012-10-15 | 1 | -9/+9 |
* | vm_insnhelper.c: suppress warnings | nobu | 2012-10-15 | 1 | -1/+1 |
* | * vm_insnhelper.c (VM_CALLEE_SETUP_ARG): skip CI_SET_FASTPATH() if | ko1 | 2012-10-15 | 1 | -4/+4 |
* | * vm_insnhelper.h CI_SET_FASTPATH: introduce new macro | ko1 | 2012-10-14 | 1 | -18/+25 |
* | * vm_insnhelper.c: refactoring. | ko1 | 2012-10-14 | 1 | -728/+776 |
* | * insns.def (send, invokesuper, invokeblock, opt_*), vm_core.h: | ko1 | 2012-10-14 | 1 | -353/+372 |