From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS16276 91.121.0.0/16 X-Spam-Status: No, score=-1.5 required=3.0 tests=AWL,BAYES_00,KHOP_DYNAMIC, RCVD_IN_XBL shortcircuit=no autolearn=no version=3.3.2 X-Original-To: rainbows-public@bogomips.org Received: from 80x24.org (ns359843.ip-91-121-159.eu [91.121.159.196]) by dcvr.yhbt.net (Postfix) with ESMTP id 114F01F805 for ; Sat, 21 Nov 2015 08:52:36 +0000 (UTC) From: Eric Wong To: rainbows-public@bogomips.org Subject: [PATCH 0/5] a few more odds and ends before 5.0 Date: Sat, 21 Nov 2015 08:52:27 +0000 Message-Id: <20151121085232.23086-1-e@80x24.org> List-Id: A few more odds and ends before 5.0 (sometime next week). I'll do some more testing later, but overall keeping this up-to-date with the latest developments in unicorn isn't as bad as I thought it'd be. 5 more changes: tiny bytecode reductions for cold paths Ruby 1.9.3+-only cleanups response: avoid garbage string entirely revactor: remove fcntl dependency response: simplify regexp bin/rainbows | 6 +++--- lib/rainbows.rb | 5 ++--- lib/rainbows/configurator.rb | 16 ++++++++-------- lib/rainbows/coolio.rb | 9 ++------- lib/rainbows/coolio/heartbeat.rb | 2 +- lib/rainbows/epoll/client.rb | 5 ++--- lib/rainbows/fiber/base.rb | 2 +- lib/rainbows/http_server.rb | 4 ++-- lib/rainbows/response.rb | 10 +++++----- lib/rainbows/revactor.rb | 1 - lib/rainbows/revactor/client.rb | 3 +-- lib/rainbows/stream_response_epoll.rb | 2 +- lib/rainbows/writer_thread_pool.rb | 4 ++-- lib/rainbows/xepoll_thread_pool/client.rb | 3 +-- lib/rainbows/xepoll_thread_spawn/client.rb | 3 +-- 15 files changed, 32 insertions(+), 43 deletions(-)