Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62776 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5842 invoked from network); 4 Sep 2012 03:09:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Sep 2012 03:09:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:39960] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6D/A4-17715-0F075405 for ; Mon, 03 Sep 2012 23:09:36 -0400 Received: by lbbgp3 with SMTP id gp3so2935465lbb.29 for ; Mon, 03 Sep 2012 20:09:33 -0700 (PDT) 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=oXqZROQDGZ+AexaLHuGK/2YgyodUgo1ULenn4LDZtlc=; b=Vo2eZ2SXQ2p40kFQfx9QMrTXiVNBj86fDPUjaIPT66GXBm/JWvF/e0B5ZMS7RUaFkC f7roBG8Fp0+TXT7AgEBEvHZ8TmkM7wn11mbJedQ4BawyZBVV3y3Tj00+EE8to1bTRPJq U1m3OKWJMNspdiTMQC1ffU3zsVnqAk4kMu1h7eKfZ2pn7ViRCTQr8nbUMtEtjf0LT+4T 1KFTsg/VMy/IGxGGBFbaFnzhBUKPo5KS9APJjCixN+uq9XzYDX0pC1xhrOQnC8yepj6q GeTsrN3oQDaGrowsr7JmwA/R8YlQv2SquNh1+fkQcUAWMzjdkboIpdiQ8u6/MAH1V0IL Qm3w== MIME-Version: 1.0 Received: by 10.112.28.167 with SMTP id c7mr6148773lbh.102.1346728172812; Mon, 03 Sep 2012 20:09:32 -0700 (PDT) Received: by 10.152.41.33 with HTTP; Mon, 3 Sep 2012 20:09:32 -0700 (PDT) In-Reply-To: References: Date: Mon, 3 Sep 2012 20:09:32 -0700 Message-ID: To: Matt Ficken Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=bcaec55405d259799804c8d796c7 Subject: Re: [PHP-DEV] Re: RFC Property get/set syntax From: kris.craig@gmail.com (Kris Craig) --bcaec55405d259799804c8d796c7 Content-Type: text/plain; charset=ISO-8859-1 On Mon, Sep 3, 2012 at 6:28 PM, Matt Ficken wrote: > I have created a single build combining the property get/set RFC and > Generator RFC. > > On Windows, there are some regressions due to the branch not included many > of the recent fixes for Windows. Otherwise, on Windows and Linux, there > aren't regressions due to the property get/set RFC. > > The PHP on Windows releases are now built with > Profile-Guided-Optimization(PGO) which optimizes compiled code for better > performance in frequently used blocks. > > I have also created a PGO build that combines both RFCs. It has the same > pass rate as the first, non-PGO build of both RFCs. > > I have posted the binary builds, source code and output from run-test > here: http://131.107.220.66/build/RFC/ > > Implementing both RFCs together along with PGO on Windows works well > enough for both RFCs to be implemented in php-next. > > Cheers > -Matt Very nice! I'm glad to see they're still keeping you busy over there. =) --Kris --bcaec55405d259799804c8d796c7--