Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57844 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31938 invoked from network); 14 Feb 2012 07:00:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2012 07:00:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.199.177.89 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 212.199.177.89 il-mr1.zend.com Received: from [212.199.177.89] ([212.199.177.89:41527] helo=il-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6D/32-16962-B860A3F4 for ; Tue, 14 Feb 2012 02:00:28 -0500 Received: from il-gw1.zend.com (unknown [10.1.1.22]) by il-mr1.zend.com (Postfix) with ESMTP id 3ECF8607B6; Tue, 14 Feb 2012 08:58:49 +0200 (IST) Received: from ws.home (10.1.10.2) by il-ex2.zend.net (10.1.1.22) with Microsoft SMTP Server (TLS) id 14.1.255.0; Tue, 14 Feb 2012 09:00:11 +0200 Message-ID: <4F3A0685.8010604@zend.com> Date: Tue, 14 Feb 2012 11:00:21 +0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20120131 Thunderbird/10.0 MIME-Version: 1.0 To: Stas Malyshev CC: Xinchen Hui , Stogov Dmitry , Internals PHP , "stas@php.net" References: <-6357718405742688648@unknownmsgid> <4F3A0282.9040502@sugarcrm.com> In-Reply-To: <4F3A0282.9040502@sugarcrm.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.1.10.2] Subject: Re: [PHP-DEV] Re: Please expose zend_vm_get_opcde_handler From: dmitry@zend.com (Dmitry Stogov) In general exposing zend_vm_get_opcode_handler() can't help. You know that executor might be generated/compiled not only using call-treading but also using switch or goto. In these cases zend_vm_get_opcode_handler() won't return a function that could be called. Thanks. Dmitry. On 02/14/2012 10:43 AM, Stas Malyshev wrote: > Hi! > >> Hi: >> a patch for this proposal: > > Don't see any problem with it. Dmitry, any issues you see with it? > If not, we can commit it. >