Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79635 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36128 invoked from network); 14 Dec 2014 16:27:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Dec 2014 16:27:49 -0000 Authentication-Results: pb1.pair.com header.from=dragoonis@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dragoonis@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.42 as permitted sender) X-PHP-List-Original-Sender: dragoonis@gmail.com X-Host-Fingerprint: 209.85.216.42 mail-qa0-f42.google.com Received: from [209.85.216.42] ([209.85.216.42:42474] helo=mail-qa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 30/21-26365-18ABD845 for ; Sun, 14 Dec 2014 11:27:45 -0500 Received: by mail-qa0-f42.google.com with SMTP id n4so770147qaq.15 for ; Sun, 14 Dec 2014 08:27:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=sPVj8gWs+r17f9f/zzuJf98xGY9wQ0+j5GfQJ23PBU4=; b=bENwQ8WmK7kyWb53zRG7sP4XNtG6hPpmWp8ZQI3GaOjNq8rxnVEHb32fopDwgNNswb wo21EJN0nGD9aHPqhDTniPHKfFIxATmw94upp35ej6at37Bl0bZURPrmjzM3OM8IBN2L gDM4E1n7WxMi9kgUx51Uy/VqEGg3Dz5O0PugfiE2cPtF8tP1QHDXPTFco4tjEi42uTA+ PESPRipk471bakfAwJpIuNPqS9LQdQ061A+oLislHjpxnhLyQe+A9DSNu5MPrQor6o58 Lg28B1cjCnzHMARRxDrdb/ypSBaEQbVSWGUajHRCCEUbibrNHo1Z+ZJLizZIGnfvn23O 16WA== MIME-Version: 1.0 X-Received: by 10.140.25.169 with SMTP id 38mr40514598qgt.57.1418574462409; Sun, 14 Dec 2014 08:27:42 -0800 (PST) Received: by 10.229.174.6 with HTTP; Sun, 14 Dec 2014 08:27:42 -0800 (PST) In-Reply-To: References: <287263752298adef0b81b2b3e6ed938c.squirrel@webmail.klapt.com> Date: Sun, 14 Dec 2014 16:27:42 +0000 Message-ID: To: Dmitry Stogov Cc: Anatol Belski , PHP Internals Content-Type: multipart/alternative; boundary=001a11c12cdceb6499050a2f9a7d Subject: Re: [PHP-DEV] [VOTE][RFC] Native TLS From: dragoonis@gmail.com (Paul Dragoonis) --001a11c12cdceb6499050a2f9a7d Content-Type: text/plain; charset=UTF-8 On Wed, Dec 10, 2014 at 8:46 PM, Dmitry Stogov wrote: > > +1 > > the patch is great. > It doesn't affect non-ZTS build at all. > ZTS build became even a bit faster. :) > > And we finally will able to forget about TSRMLS_ macros :) > Say what? this is music to my ears :) Thanks for the patch. > > > Non-ZTS ZTS > master native-tls master native-tls bench.php [sec] 1.193 1.195 1.313 > 1.299 micro_bench.php > [sec] 6.008 6.064 7.470 6.786 Wordpress-3.6 -T 1000 [sec] 13.308 13.293 > 14.997 14.611 > > > > > bench.php [Mops] 7,055 7,055 7,885 7,342 Wordpress-3.6 -T 100 [Mops] > 3,093 > 3,093 3,743 3,483 > Mops - millions of instruction fetches measured using callgrind (the less > the better) > > The solution requires minor changes in every third party extension, but > it's really small cost for significant step forward. > > Thanks. Dmitry. > > On Wed, Dec 10, 2014 at 10:04 PM, Anatol Belski > wrote: > > > Hi, > > > > hereby the voting on https://wiki.php.net/rfc/native-tls#vote is opened. > > The vote starts on 12/10/2014 at 21:00 CET and ends on 12/17/2014 at > 21:00 > > CET. > > > > Regards > > > > Anatol > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > --001a11c12cdceb6499050a2f9a7d--