summaryrefslogtreecommitdiff
path: root/vm.c
AgeCommit message (Expand)Author
2013-02-05* vm.c (rb_vm_stack_to_heap): call rb_vm_get_binding_creatable_next_cfpktsj
2013-02-05* proc.c (rb_binding_new_with_cfp): permit to create binding objectko1
2013-01-29* vm_backtrace.c: fix issue of rb_debug_inspector_open().ko1
2013-01-09vm.c: initialize root_svarnobu
2012-12-28vm.c: suppress warningnobu
2012-12-25* vm_trace.c (rb_threadptr_exec_event_hooks_and_pop_frame):ko1
2012-12-25* vm_core.h, eval_intern.h (CHECK_STACK_OVERFLOW): moveko1
2012-12-23* thread.c: rename methods:ko1
2012-12-22* cont.c (rb_fiber_start): in case of jump with TAG_FATAL,nagachika
2012-12-20vm.c: fix formatnobu
2012-12-19* vm.c: support variable VM/Machine stack sizes.ko1
2012-12-18* vm.c (rb_vm_jump_tag_but_local_jump): remove unnessesary 2ndnagachika
2012-12-18* vm.c (rb_vm_make_jump_tag_but_local_jump): take care of the casenagachika
2012-12-15* signal.c (rb_sigaltstack_size): new. calculate stack size forkosaki
2012-12-11vm.c: pass exceptions while handling an exceptionnobu
2012-12-11probes_helper.h: RUBY_DTRACE_HOOKnobu
2012-12-06* revised r37993 to avoid SEGV/ILL in tests. In r37993, a methodshugo
2012-12-05vm.c: save blockprocvalnobu
2012-12-01adjust style.nobu
2012-11-29 [EXPERIMENTAL: NEED DISCUSS]ko1
2012-11-29* vm.c: add a return hook when a method raises an exception.tenderlove
2012-11-29* compile.c (compile_array_): refix r37991 remove assertion:naruse
2012-11-29* include/ruby/debug.h: add rb_debug_inspector_* APIs.ko1
2012-11-28* probes.d: Change function-entry probe to method-entry.tenderlove
2012-11-27* vm.c (rb_vm_make_env_object): make Proc object if Env is possibleko1
2012-11-22* Makefile.in: run preprocessor when making probe.hkosaki
2012-11-22* vm.c: Don't define vm_collect_usage_operand() andkosaki
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-16vm.c: gc guardnobu
2012-11-16adjust indentnobu
2012-11-12* probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove
2012-11-05Fix compatibility of cached expanded load pathshirosaki
2012-11-05Cache the expanded load pathshirosaki
2012-11-05Index $LOADED_FEATURES so that require isn't so slowshirosaki
2012-11-03* vm.c (rb_vm_rewrite_ep_in_errinfo, vm_rewrite_ep_in_errinfo):ktsj
2012-11-03* vm.c, proc.c: avoid unnecessary `rb_vm_rewrite_ep_in_errinfo'ktsj
2012-11-02vm.c: rewrite all catch pointsnobu
2012-10-29* thread.c: added Thread#thread_variable_(get|set),tenderlove
2012-10-27* vm.c (vm_define_method): remove type and frozen checking.ko1
2012-10-27* numeric.c (rb_float_new_in_heap), include/ruby/ruby.h:ko1
2012-10-23* vm_core.h, vm_insnhelper.c, vm_eval.c (OPT_CALL_CFUNC_WITHOUT_FRAME):ko1
2012-10-19vm.c: pass through thrown objectsnobu
2012-10-04* vm.c (vm_analysis_insn|operand|register): use st_insertko1
2012-10-04* vm.c (VM_COLLECT_USAGE_DETAILS): make new VM usage analysisko1
2012-09-28* vm_core.h: remove rb_control_frame_t::bp (bp: base pointer).ko1
2012-09-26* insns.def: add new instruction `opt_empty_p' for optimize `empty?'ko1
2012-09-24Feature #7035nobu
2012-08-23* class.c (singleton_class_of): flonum can't have singleton class.usa
2012-08-23* include/ruby/ruby.h: introduce flonum technique forko1