Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64061 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13008 invoked from network); 27 Nov 2012 07:37:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Nov 2012 07:37:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.223.170 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.223.170 mail-ie0-f170.google.com Received: from [209.85.223.170] ([209.85.223.170:44416] helo=mail-ie0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A1/F5-11726-5AD64B05 for ; Tue, 27 Nov 2012 02:37:10 -0500 Received: by mail-ie0-f170.google.com with SMTP id k10so9824053iea.29 for ; Mon, 26 Nov 2012 23:37:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=kcvTxCtDTaMKCuFy+q7NmrGkt0kONCTsSC1bIMObm3o=; b=VJMtVrL2WfaBGWt8dCR9YjAyaAsFdDCZK7spNXd1o99wES7Pz95Fyktqy/Me0kj3/+ ms3i08n49KObis6D42+1rcdwzaLSOZn02MO4LzhgvMapN6HpfCOTxeWrY5p5PkAgYZQa nazzuYDsxO8XC5LBCApO+fKvKrr9/As3V0YzOBm55dgaCpvDmNqaKmT+za8Ql07OrZpx 8ErQghR4C5eKLJrbdmo/z/hl2/J2JQvMpkXwBkwh0X1WQ9e1WQ6DPThA7w+GMEXfTAP8 4d6n3bNJanbpG6rzyYOtEBMa2Ns67rVQF8gFjA4STyCUiHN4nGeM67zqvoOms/Oz2jf6 xB5Q== MIME-Version: 1.0 Received: by 10.50.156.196 with SMTP id wg4mr17263137igb.25.1354001827245; Mon, 26 Nov 2012 23:37:07 -0800 (PST) Sender: php@golemon.com Received: by 10.64.21.193 with HTTP; Mon, 26 Nov 2012 23:37:07 -0800 (PST) X-Originating-IP: [98.210.180.187] In-Reply-To: <50B44AFE.5030307@lerdorf.com> References: <50B41783.90104@lerdorf.com> <50B44AFE.5030307@lerdorf.com> Date: Mon, 26 Nov 2012 23:37:07 -0800 X-Google-Sender-Auth: Fk89a86dXv2YxyMtFrKcAzbBoAA Message-ID: To: Rasmus Lerdorf Cc: Raymond Irving , PHP Internals Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmkDDrKL5H7rtL2AFHIjTvCQcGjWRwGSuGamrg62NIF1Ym6tkD/+XI4Shobw6lmZIZnmc/n Subject: Re: [PHP-DEV] HHVM and PHP From: pollita@php.net (Sara Golemon) On Mon, Nov 26, 2012 at 9:09 PM, Rasmus Lerdorf wrote: > On 11/26/2012 09:03 PM, Sara Golemon wrote: >> P.S. - I do disagree with Rasmus' statement about none of us looking >> at fitting a JIT into PHP. ;) > > I think you misread my reply. I specifically said that a JIT is a > possibility, just not the HH approach. > No no, I caught that. I was just being pedantic in that I *am* looking at fitting a few JIT approaches into PHP (via extensions), including one based on HipHop's approach. :p But if we're still being pedantic, then I should admit to not working too hard on that front. -Sara