summaryrefslogtreecommitdiff
path: root/vm_core.h
AgeCommit message (Expand)Author
2012-12-04 * vm_core.h (RUBY_VM_CHECK_INTS_BLOCKING): check async queue everytime.tarui
2012-12-02 * thread.c (RB_GC_SAVE_MACHINE_CONTEXT, rb_gc_save_machine_context): tarui
2012-11-30* vm_core.h (rb_vm_struct): add thread_destruct_lock field.kosaki
2012-11-30revert r35486 (add rb_thread_t#yeiling field). because it doesn't helpkosaki
2012-11-29* include/ruby/debug.h: add rb_debug_inspector_* APIs.ko1
2012-11-28 * thread.c (thread_join_sleep): check spurious wakeup by itself fortarui
2012-11-28* vm_core.h (enum rb_thread_status): remove THREAD_TO_KILLkosaki
2012-11-28* thread.c (thread_s_new): uses main_thread->status instead ofkosaki
2012-11-26* vm_trace.c: rename TracePoint#file and TracePoint#lineko1
2012-11-26* vm_core.h: add members to rb_trace_arg_t:ko1
2012-11-26* vm_core.h (RUBY_VM_SET_TIMER_INTERRUPT, RUBY_VM_SET_INTERRUPT)kosaki
2012-11-26* thread.c (thread_join_m): use th->interrupt_mask instead ofkosaki
2012-11-26* ruby_atomic.h (ATOMIC_CAS): new macro for compare-and-exchange.kosaki
2012-11-26split trap interrupt and async interruptkosaki
2012-11-26* vm_core.h (rb_thread_struct): added 'in_trap' member for markingkosaki
2012-11-22* Makefile.in (probes.o): add -C to ignore #include in probes.d.naruse
2012-11-22* Makefile.in: run preprocessor when making probe.hkosaki
2012-11-20* include/ruby/debug.h: introdudced.ko1
2012-11-20* vm_trace.c: add two methods:ko1
2012-11-20revert r37730 kosaki
2012-11-19* thread.c, vm_core.h: big rename th to cur_th when works onlykosaki
2012-11-18* vm_core.h, probes_helper.h (RUBY_DTRACE_FUNC_ENTRY_HOOK,ngoto
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-09* ruby_atomic.h: renamed from atomic.h to avoid header file name conflictngoto
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-10-23* vm_core.h, vm_insnhelper.c, vm_eval.c (OPT_CALL_CFUNC_WITHOUT_FRAME):ko1
2012-10-21* vm_core.h (rb_vm_t::trace_running): add a new fieldktsj
2012-10-21* vm_core.h (rb_vm_t::trace_flag): remove `trace_flag'ktsj
2012-10-19* method.h (rb_method_cfunc_t::invoker): add new field (func ptr)ko1
2012-10-17* vm_insnhelper.c (vm_call_method_missing): make a refactoringko1
2012-10-16* vm_insnhelper.c (vm_getivar, vm_setivar): support index inline cacheko1
2012-10-15* vm_core.h (VM_CALL_*): rename VM_CALL_*_BITko1
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-09-28* vm_core.h: now VM_DEBUG_BP_CHECK should be 1.ko1
2012-09-28* vm_core.h: remove rb_control_frame_t::bp (bp: base pointer).ko1
2012-09-24Feature #7035nobu
2012-08-26suppress warningsnobu
2012-08-20vm_insnhelper.c: iclass as klass in cfpnobu
2012-08-16* vm_trace.c, vm_core.h: simplify tracing mechanism.ko1
2012-08-08* compile.c, insns.def (checkmatch):ko1
2012-08-07* vm_exec.c, insns.def (leave): solve problems onko1
2012-08-02* class.c, insns.def, method.h, proc.c, vm.c, vm_core.h, vm_eval.c,shugo
2012-07-19* thread.c (rb_thread_s_control_interrupt,ko1