Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:224 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61802 invoked from network); 24 Mar 2003 19:04:43 -0000 Received: from unknown (HELO mailout06.sul.t-online.com) (194.25.134.19) by pb1.pair.com with SMTP; 24 Mar 2003 19:04:43 -0000 Received: from fwd00.sul.t-online.de by mailout06.sul.t-online.com with smtp id 18xXFQ-0004i4-0C; Mon, 24 Mar 2003 20:04:40 +0100 Received: from baumbart.post.rwth-aachen.de (520072483730-0001@[80.142.162.47]) by fwd00.sul.t-online.com with esmtp id 18xXFA-1HgKfYC; Mon, 24 Mar 2003 20:04:24 +0100 Reply-to:marcus.boerger@post.rwth-aachen.de Message-ID: <5.1.0.14.2.20030324200338.026fb2f0@pop.t-online.de> X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 24 Mar 2003 20:04:23 +0100 To: "l0t3k" Cc: In-Reply-To: <004b01c2f20e$a787e440$4575fea9@k4z4b4> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Sender: 520072483730-0001@t-dialin.net Subject: Re: [PHP-DEV] re: ZTS performance From: marcus.boerger@t-online.de ((Marcus =?iso-8859-1?Q?B=F6rger?=)) References: <004b01c2f20e$a787e440$4575fea9@k4z4b4> At 15:07 24.03.2003, l0t3k wrote: >one observation i have is that in certain frequently called routines, >TSRMLS_FETCH() is called rather than having the the thread environment >passed in. zval_dtor comes immediately to mind (this only affects objects). I can only agree here. the fetch macro is called unnecessarily often. marcus