Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87660 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41288 invoked from network); 6 Aug 2015 05:23:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Aug 2015 05:23:06 -0000 Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.46 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.213.46 mail-vk0-f46.google.com Received: from [209.85.213.46] ([209.85.213.46:36001] helo=mail-vk0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 95/F1-22467-93FE2C55 for ; Thu, 06 Aug 2015 01:23:05 -0400 Received: by vkci6 with SMTP id i6so23886212vkc.3 for ; Wed, 05 Aug 2015 22:23:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=zC/Fl4/fnHo85qBZPJfZCZjoDV3C101XRSCXRVJY9D8=; b=vjoetg0iBQNAp2XLeQSLDkvDxCNr5XNSdhkLklx52cieihpjktxC+DR/P4deB8QenA Vl5zIQ6hqLXdWUpI3SrGiG9HhQCzn1XFHY7ruSIQomVNtAUAGErQLt9fmuGY6FtUvfxu fYhCcpXC8d6rfhKoDcKse1sykiPn0s7LXl7Ykb5P9xV+FQq6FZQNkd1rQp2rXUKg9C1p 7Aoua+M86rIol99jKZILUn3NUJLwZycbTPPcg3jj451QW2Cq/4VmZ6zBnJTiLl80lNxK +0wCbfBPy5YLotNDlqjBvseEfEv796swaVdIggHxMJG8h2rcWfgR/LhNYttiVDbjKBEL kGQA== MIME-Version: 1.0 X-Received: by 10.52.230.2 with SMTP id su2mr17074782vdc.55.1438838582853; Wed, 05 Aug 2015 22:23:02 -0700 (PDT) Sender: morrison.levi@gmail.com Received: by 10.31.16.68 with HTTP; Wed, 5 Aug 2015 22:23:02 -0700 (PDT) In-Reply-To: References: <051CB45EE4B24C7C88C3EABC7E8EE0A2@pc1> <77CE51405C92499BA13CE0913883EE05@pc1> Date: Wed, 5 Aug 2015 23:23:02 -0600 X-Google-Sender-Auth: Pn9qw7oia7LIoXGN6Kh7NdCkvqE Message-ID: To: Matt Wilmas Cc: Dmitry Stogov , PHP Internals , Ferenc Kovacs , Yasuo Ohgaki Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Move to Fast ZPP? From: levim@php.net (Levi Morrison) > Don't know about Windows now... Visual Studio 2008 and 2012 (not much > difference) are NOT optimizing away the code (other times it was GCC with > issues). :-/ Not sure why. Of course they don't support the necessary > compound literals anyway, but I was just testing a manual case... I'll have > to try and check 2015 version soon. VS 2015 supports compound literals, I believe.