| Commit message (Expand) | Author | Age | Files | Lines |
* | vm.c: initialize root_svar | nobu | 2013-01-09 | 1 | -0/+2 |
* | vm.c: suppress warning | nobu | 2012-12-28 | 1 | -0/+3 |
* | * vm_trace.c (rb_threadptr_exec_event_hooks_and_pop_frame): | ko1 | 2012-12-25 | 1 | -5/+4 |
* | * vm_core.h, eval_intern.h (CHECK_STACK_OVERFLOW): move | ko1 | 2012-12-25 | 1 | -3/+3 |
* | * thread.c: rename methods: | ko1 | 2012-12-23 | 1 | -2/+2 |
* | * cont.c (rb_fiber_start): in case of jump with TAG_FATAL, | nagachika | 2012-12-22 | 1 | -5/+0 |
* | vm.c: fix format | nobu | 2012-12-20 | 1 | -1/+1 |
* | * vm.c: support variable VM/Machine stack sizes. | ko1 | 2012-12-19 | 1 | -4/+93 |
* | * vm.c (rb_vm_jump_tag_but_local_jump): remove unnessesary 2nd | nagachika | 2012-12-18 | 1 | -5/+3 |
* | * vm.c (rb_vm_make_jump_tag_but_local_jump): take care of the case | nagachika | 2012-12-18 | 1 | -0/+5 |
* | * signal.c (rb_sigaltstack_size): new. calculate stack size for | kosaki | 2012-12-15 | 1 | -1/+1 |
* | vm.c: pass exceptions while handling an exception | nobu | 2012-12-11 | 1 | -1/+2 |
* | probes_helper.h: RUBY_DTRACE_HOOK | nobu | 2012-12-11 | 1 | -1/+1 |
* | * revised r37993 to avoid SEGV/ILL in tests. In r37993, a method | shugo | 2012-12-06 | 1 | -0/+2 |
* | vm.c: save blockprocval | nobu | 2012-12-05 | 1 | -1/+10 |
* | adjust style. | nobu | 2012-12-01 | 1 | -1/+1 |
* | [EXPERIMENTAL: NEED DISCUSS] | ko1 | 2012-11-29 | 1 | -0/+3 |
* | * vm.c: add a return hook when a method raises an exception. | tenderlove | 2012-11-29 | 1 | -1/+2 |
* | * compile.c (compile_array_): refix r37991 remove assertion: | naruse | 2012-11-29 | 1 | -0/+2 |
* | * include/ruby/debug.h: add rb_debug_inspector_* APIs. | ko1 | 2012-11-29 | 1 | -2/+2 |
* | * probes.d: Change function-entry probe to method-entry. | tenderlove | 2012-11-28 | 1 | -1/+1 |
* | * vm.c (rb_vm_make_env_object): make Proc object if Env is possible | ko1 | 2012-11-27 | 1 | -11/+11 |
* | * Makefile.in: run preprocessor when making probe.h | kosaki | 2012-11-22 | 1 | -4/+0 |
* | * vm.c: Don't define vm_collect_usage_operand() and | kosaki | 2012-11-22 | 1 | -3/+2 |
* | * vm_trace.c: add two methods: | ko1 | 2012-11-20 | 1 | -3/+3 |
* | * vm_core.h, probes_helper.h (RUBY_DTRACE_FUNC_ENTRY_HOOK, | ngoto | 2012-11-18 | 1 | -0/+1 |
* | vm.c: gc guard | nobu | 2012-11-16 | 1 | -0/+1 |
* | adjust indent | nobu | 2012-11-16 | 1 | -3/+3 |
* | * probes.d: add DTrace probe declarations. [ruby-core:27448] | tenderlove | 2012-11-12 | 1 | -8/+34 |
* | Fix compatibility of cached expanded load path | shirosaki | 2012-11-05 | 1 | -0/+1 |
* | Cache the expanded load path | shirosaki | 2012-11-05 | 1 | -0/+2 |
* | Index $LOADED_FEATURES so that require isn't so slow | shirosaki | 2012-11-05 | 1 | -0/+2 |
* | * vm.c (rb_vm_rewrite_ep_in_errinfo, vm_rewrite_ep_in_errinfo): | ktsj | 2012-11-03 | 1 | -26/+21 |
* | * vm.c, proc.c: avoid unnecessary `rb_vm_rewrite_ep_in_errinfo' | ktsj | 2012-11-03 | 1 | -3/+1 |
* | vm.c: rewrite all catch points | nobu | 2012-11-02 | 1 | -2/+14 |
* | * thread.c: added Thread#thread_variable_(get|set), | tenderlove | 2012-10-29 | 1 | -0/+2 |
* | * vm.c (vm_define_method): remove type and frozen checking. | ko1 | 2012-10-27 | 1 | -8/+1 |
* | * numeric.c (rb_float_new_in_heap), include/ruby/ruby.h: | ko1 | 2012-10-27 | 1 | -1/+1 |
* | * vm_core.h, vm_insnhelper.c, vm_eval.c (OPT_CALL_CFUNC_WITHOUT_FRAME): | ko1 | 2012-10-23 | 1 | -0/+1 |
* | vm.c: pass through thrown objects | nobu | 2012-10-19 | 1 | -1/+1 |
* | * vm.c (vm_analysis_insn|operand|register): use st_insert | ko1 | 2012-10-04 | 1 | -7/+11 |
* | * vm.c (VM_COLLECT_USAGE_DETAILS): make new VM usage analysis | ko1 | 2012-10-04 | 1 | -4/+218 |
* | * vm_core.h: remove rb_control_frame_t::bp (bp: base pointer). | ko1 | 2012-09-28 | 1 | -2/+2 |
* | * insns.def: add new instruction `opt_empty_p' for optimize `empty?' | ko1 | 2012-09-26 | 1 | -0/+1 |
* | Feature #7035 | nobu | 2012-09-24 | 1 | -1/+9 |
* | * class.c (singleton_class_of): flonum can't have singleton class. | usa | 2012-08-23 | 1 | -1/+1 |
* | * include/ruby/ruby.h: introduce flonum technique for | ko1 | 2012-08-23 | 1 | -5/+5 |
* | * vm_trace.c: support TracePoint. [ruby-trunk - Feature #6895] | ko1 | 2012-08-22 | 1 | -3/+7 |
* | vm_insnhelper.c: iclass as klass in cfp | nobu | 2012-08-20 | 1 | -8/+24 |
* | * vm_trace.c, vm_core.h: simplify tracing mechanism. | ko1 | 2012-08-16 | 1 | -10/+4 |