Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46252 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15411 invoked from network); 30 Nov 2009 16:21:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Nov 2009 16:21:44 -0000 Authentication-Results: pb1.pair.com header.from=yoarvi@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=yoarvi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.222.176 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: yoarvi@gmail.com X-Host-Fingerprint: 209.85.222.176 mail-pz0-f176.google.com Received: from [209.85.222.176] ([209.85.222.176:54037] helo=mail-pz0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1B/6D-43487-511F31B4 for ; Mon, 30 Nov 2009 11:21:43 -0500 Received: by pzk6 with SMTP id 6so2583571pzk.29 for ; Mon, 30 Nov 2009 08:21:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=kSD1eN0jnxmzXqspTxzmENMwBP9T+ViZanhe6QzYa/o=; b=GGve8ucjD7C9IsCUKryRypw70K08lk4yrcSyCH5PCDf7vUBbqMAiHcWjZeVF8W2v4/ YPvV7TFoCjXCy276aVPZ/VT1Du/6dD+L8B79Akn1aqbhm7/+t9Nr5/k1FkbyR1rcFall T735do/DcdUW63wZS5LKonVJtzVbk7yLp0xQg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=FxgNHUJ8HxBFQsiTp8hbkFLt/Hr58R0S5wie3Ln4SREstmztj7rnmVYKqMFUJF8ECS 3UsEiUdIHFL42KjvvNGIwHymTd71blGBDbddlJvkQZKNqeaX0fzmac+Vc981h0SlVuOw xwoHn5Lu7tIR1CPIKgTc6sZY+EhFO2dCZuxWI= MIME-Version: 1.0 Received: by 10.143.136.2 with SMTP id o2mr452052wfn.330.1259598098536; Mon, 30 Nov 2009 08:21:38 -0800 (PST) In-Reply-To: References: Date: Mon, 30 Nov 2009 21:51:38 +0530 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [PATCH] - Improving multi-threaded performance by propagating TSRMLS_C From: yoarvi@gmail.com (Arvind Srinivasan) Hi Pierre, > slow (as you noticed). However it can't be done in 5.3 as it will > break the ABI. > I noticed that a recent fix (http://bugs.php.net/bug.php?id=49936) added TSRMLS_DC to an API in 5.3. http://svn.php.net/viewvc/php/php-src/branches/PHP_5_3/main/streams/php_stream_context.h?r1=290796&r2=290795&pathrev=290796 Wouldn't that need to be reverted as it breaks the ABI? > About the patch itself, as it will break ABI anyway, I would go wit > the solution 1) only. That's cleaner and consistent with what we > usually do. > Ok, I'll get rid of the _ prefix diffs. Do my approaches (3) (4) for varargs look ok? Thanks for your review. arvi