Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45907 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86559 invoked from network); 30 Oct 2009 10:03:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Oct 2009 10:03:30 -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.216.178 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.216.178 mail-px0-f178.google.com Received: from [209.85.216.178] ([209.85.216.178:46294] helo=mail-px0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 27/04-57355-2F9BAEA4 for ; Fri, 30 Oct 2009 05:03:30 -0500 Received: by pxi8 with SMTP id 8so1918833pxi.27 for ; Fri, 30 Oct 2009 03:03:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=kDaEjhSVk4Po+bPrY4C4ZC+xYe8n9QtAJqFQt+D8lvI=; b=Jb7OkwzZMdlbIkEEzzSJi0ODvlkEmgzI69fiGjVC2p4DillgUW6ZIx4lj7M5FJugUz ohmHP0F9Qw2V8DTSK2PQKeEgzzNPfw1mpX4ow3ALI99N33vZ8y1n7ChV9JMgSH+gjO+o bpIBC9lH0ENbNrsQwxNTj0Wxk7kupKAic4KUQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=gGng3GZVUlVhQlGWmzymaa66fc1R77wF5ThpsBAdsW7C/EebubZpbJM+CdCicWWD4Q mZKnng8oZgqXXPKL7/jChtO9deqKHZyKRu8pTMjJ4hM0hn/B62tbe36v30tRjNHZf9Ob y1IQ8fd9hMUrXPJNOqaNeOOW+WPTUHs1/Fl88= MIME-Version: 1.0 Received: by 10.142.7.41 with SMTP id 41mr132763wfg.117.1256897007031; Fri, 30 Oct 2009 03:03:27 -0700 (PDT) Date: Fri, 30 Oct 2009 15:33:27 +0530 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Submitting performance patches From: yoarvi@gmail.com (Arvind Srinivasan) Hi, For the past few months I've been working on improving PHP performance primarily on CMT hardware on Solaris. I've used Sun Studio C++'s collector/analyzer to identify the performance bottlenecks in PHP when running a web-based ecommerce-site workload. Over the next few weeks I hope to post my patches to this list. The patches are based on a PHP6 source tree. Many of the patches apply to #ifdef ZTS codepaths. I hope to hear review comments about my patches. Thanks, Arvi