Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62774 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86241 invoked from network); 4 Sep 2012 01:19:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Sep 2012 01:19:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=v-mafick@outlook.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=v-mafick@outlook.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain outlook.com designates 65.54.190.222 as permitted sender) X-PHP-List-Original-Sender: v-mafick@outlook.com X-Host-Fingerprint: 65.54.190.222 bay0-omc4-s20.bay0.hotmail.com Windows 2000 SP4, XP SP1 Received: from [65.54.190.222] ([65.54.190.222:14160] helo=bay0-omc4-s20.bay0.hotmail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/90-17715-53755405 for ; Mon, 03 Sep 2012 21:19:50 -0400 Received: from BAY002-W131 ([65.54.190.200]) by bay0-omc4-s20.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 3 Sep 2012 18:19:46 -0700 Message-ID: Content-Type: multipart/alternative; boundary="_8c18bd65-6f33-48d3-852a-ca24fb856b44_" X-Originating-IP: [71.227.157.77] To: Pierre Joye , Derick Rethans CC: Stas Malyshev , Gustavo Lopes , PHP internals , Nikita Popov Date: Mon, 3 Sep 2012 18:19:46 -0700 Importance: Normal In-Reply-To: References: ,,,<5042BA76.1000100@sugarcrm.com>,, MIME-Version: 1.0 X-OriginalArrivalTime: 04 Sep 2012 01:19:46.0697 (UTC) FILETIME=[5F1BBF90:01CD8A3B] Subject: RE: [PHP-DEV] Re: [VOTE] Generators From: v-mafick@outlook.com (Matt Ficken) --_8c18bd65-6f33-48d3-852a-ca24fb856b44_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have created a single build combining the Generator RFC and the property = getter/setter RFC. =20 On Windows=2C one of the Generator tests fails (tests\generators\clone_with= _stack.phpt)=2C but all pass on Linux. There are some regressions due to th= e branch not included many of the recent fixes for Windows.=20 =20 The PHP on Windows releases are now built with Profile-Guided-Optimization(= PGO) which optimizes compiled code for better performance in frequently use= d blocks.=20 =20 I have also created a PGO build that combines both RFCs. It has the same pa= ss rate as the first=2C non-PGO build of both RFCs. =20 I have posted the binary builds=2C source code and output from run-test her= e: http://131.107.220.66/build/RFC/ =20 Implementing both RFCs together along with PGO on Windows works well enough= for both RFCs to be implemented in php-next. =20 Cheers -Matt =20 > Date: Mon=2C 3 Sep 2012 09:52:10 +0200 > From: pierre.php@gmail.com > To: derick@php.net > CC: smalyshev@sugarcrm.com=3B glopes@nebm.ist.utl.pt=3B internals@lists.p= hp.net=3B nikita.ppv@gmail.com > Subject: Re: [PHP-DEV] Re: [VOTE] Generators >=20 > hi Derick=2C >=20 > On Sun=2C Sep 2=2C 2012 at 7:10 PM=2C Derick Rethans wro= te: > > On Sat=2C 1 Sep 2012=2C Stas Malyshev wrote: > > > >> > illegal state was written on the RFC when voting opened=2C and the R= FC > >> > was accepted almost unanimously. As the proposal was accepted as > >> > such=2C I saw no valid reason not to merge. In fact=2C changing the > >> > proposal after it was voted on would be much more objectionable. > >> > >> I definitely did not agree to using exceptions=2C though I support the > >> rest of it. > > > > Same here. > > > >> I'm completely fine with merging it but just for the record I'd like > >> to note that accepting it doesn't mean we will not tweak it or change > >> some fine details of it - like how we handle some error situations. > > > > Right=2C so lets remove that exception throwing! >=20 > Let clear that topic once and for all (almost) instead. >=20 > I think some guidance to help to chose on a case by base whether > exceptions should be used or not. Let discussion that in the other > thread. >=20 > Cheers=2C > --=20 > Pierre >=20 > @pierrejoye | http://blog.thepimp.net | http://www.libgd.org >=20 > --=20 > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe=2C visit: http://www.php.net/unsub.php >=20 = --_8c18bd65-6f33-48d3-852a-ca24fb856b44_--