From 8ae443863789f053f99d6074d4a989914d014008 Mon Sep 17 00:00:00 2001 From: normal Date: Thu, 23 Aug 2018 19:13:01 +0000 Subject: NEWS: add entries for rb_waitpid and timer-thread [ci skip] Some of these changes may affect debugging and tracing tools [Bug #14867] [ruby-core:88199] [Misc #14937] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 2603d01aae..ba459f7fe4 100644 --- a/NEWS +++ b/NEWS @@ -345,6 +345,8 @@ sufficient information, see the ChangeLog file or Redmine very few optimizations are implemented. So it's not ready for benchmarking Ruby's JIT performance yet. It's known that current JIT enablement makes Rails application slower for now. + * rb_waitpid reimplemented on Unix-like platforms to maintain + compatibility [Bug #14867] * VM generator script renewal; makes the generated VM more optimized. [GH-1779] @@ -352,6 +354,8 @@ sufficient information, see the ChangeLog file or Redmine * Thread cache enabled for pthreads platforms (for `Thread.new` and `Thread.start`). [Feature #14757] +* timer thread is eliminated for platforms with POSIX timers [Misc #14937] + ### Miscellaneous changes * On macOS, shared libraries no longer include a full version number of ruby -- cgit v1.2.3