summaryrefslogtreecommitdiff
path: root/thread.c
AgeCommit message (Expand)Author
2017-09-25thread.c: Use 'Class.new' instead of 'Class::new' in doc codes.sonots
2017-09-19thread.c: report then abortnobu
2017-09-18thread.c: Clear an array for method coverageyui-knk
2017-09-14Add method coveragemame
2017-09-14Add branch coverage for if statementmame
2017-09-14Add a new instruction `trace2` for hooking with custom datamame
2017-09-10move th->machine to ec->machine.ko1
2017-09-03Refactor the internal data format for coverage measurementmame
2017-08-26thread_win32.c: set thread namenobu
2017-08-10rename rb_execution_context_t::stack(_size) to vm_stack(_size).ko1
2017-08-10Define Thread#to_s (as Thread#inspect) and make alias `inspect` as `to_s`.ko1
2017-08-02release VM stack properly.ko1
2017-06-28move fields to ec.ko1
2017-06-28move fields to ec.ko1
2017-06-28introduce rb_thread_ptr() to replace GetThreadPtr().ko1
2017-06-28move storages to ec.ko1
2017-06-26move several fields from rb_thread_t to rb_execution_context_t.ko1
2017-06-23rb_catch_protect() accepts enum ruby_tag_type *.ko1
2017-06-23thread.c: suppress warningnobu
2017-06-23use "enum ruby_tag_type" and TAG_NONE.ko1
2017-06-12remove rb_blocking_region_buffer::oldubf.ko1
2017-06-12remove ruby_kill() introduced for [Bug #7951].ko1
2017-06-09thread_pthread.c: workaround for valgrind on Macnobu
2017-06-09thread.c: workaround for valgrind on Mac OS Xnobu
2017-06-07thread.c: avoid busy looping on rb_thread_fd_closenormal
2017-06-06IO#close: do not enqueue redundant interrupts (take #2)normal
2017-06-06re-revert r59020ko1
2017-06-06revert r59023 because it contans unrelated developping codeko1
2017-06-06revert r59020 because it may fail some tests sometimes on some environment (h...ko1
2017-06-06IO#close: do not enqueue redundant interruptsnormal
2017-05-31Improve performance of implicit type conversionwatson1978
2017-05-27rb_wait_for_single_fd: do not OOM or segfault with invalid FD on select()normal
2017-05-20speed up IO#close with many threadsnormal
2017-05-13thread_win32.c: disable currently unused functionsnobu
2017-05-09rb_execution_context_t: move stack, stack_size and cfp from rb_thread_tnormal
2017-05-08reduce rb_mutex_t size from 160 to 80 bytes on 64-bitnormal
2017-05-07vm_core.h (rb_thread_t): use 32-bit running_time_usnormal
2017-05-01thread.c: suppress warnings [ci skip]nobu
2017-04-24Get rid of unnecessary GCC extensionnobu
2017-04-21vm_dump.c: non-scalar thread_idnobu
2017-04-17eval.c: copy special exceptions before raisenobu
2017-04-17vm_insnhelper.c: rb_threadptr_stack_overflownobu
2017-04-17vm_backtrace.c: backtrace functions per threadsnobu
2017-04-14disable rewind hooks.ko1
2017-04-13thread.c: disable VM events when stack overflownobu
2017-04-12thread.c: during GC for threadnobu
2017-04-09thread.c: refine stream closed messagenobu
2017-04-09vm_core.h: ruby_error_stream_closednobu
2017-04-02thread.c: comments on M:N threading [ci skip]normal
2017-03-14Fiber also has same issue. [Bug #13313]ko1