Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52481 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89777 invoked from network); 20 May 2011 16:10:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 May 2011 16:10:54 -0000 X-Host-Fingerprint: 95.31.13.88 xdmitri2.static.corbina.ru Received: from [95.31.13.88] ([95.31.13.88:16496] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 35/22-12578-C8296DD4 for ; Fri, 20 May 2011 12:10:53 -0400 Message-ID: <35.22.12578.C8296DD4@pb1.pair.com> To: internals@lists.php.net References: <4DD63451.10408@zend.com> <4DD63C03.3090401@zend.com> Date: Fri, 20 May 2011 20:10:47 +0400 Lines: 13 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6090 X-RFC2646: Format=Flowed; Response X-Posted-By: 95.31.13.88 Subject: Re: [PHP-DEV] [PATCH] arithmetic speedup From: dmda@yandex.ru ("jvlad") "Dmitry Stogov" wrote in message news:4DD63C03.3090401@zend.com... > The main idea of the patch is inlining and I don't know how can I inline > from external file. via #include and macros, as many others do. see longlong.h in GNU libgcrypt-1.4.6/libgcrypt-1.4.6/mpi/ just my 2c