Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21892 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46919 invoked by uid 1010); 17 Feb 2006 01:00:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 46903 invoked from network); 17 Feb 2006 01:00:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Feb 2006 01:00:02 -0000 X-Host-Fingerprint: 64.233.184.205 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.205:58271] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 3C/00-45411-01025F34 for ; Thu, 16 Feb 2006 20:00:01 -0500 Received: by wproxy.gmail.com with SMTP id 50so292289wri for ; Thu, 16 Feb 2006 16:59:57 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=V/c4flNJzW4U/E8efFjFAw00nDrN3d/u+ZPjxh4qzPzBFeWHjt1dCeu0+Y3vJvLnT5cEVsv1QGmkvRR1Xr/emY+B9dhqqxMgNt62ZG0wLxLq4KLmrgMOatC2BedBIHigP1HPBlvxEJGSbv16Yk1hg+n0RwCsFwqjwq061OMIyhc= Received: by 10.54.71.3 with SMTP id t3mr421865wra; Thu, 16 Feb 2006 16:52:57 -0800 (PST) Received: by 10.54.107.1 with HTTP; Thu, 16 Feb 2006 16:52:56 -0800 (PST) Message-ID: <57792e850602161652s4339547r76714abb3662f4ae@mail.gmail.com> Date: Thu, 16 Feb 2006 16:52:56 -0800 To: php internals MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Unrolling Classes From: iamstever@gmail.com (steve) I've been in a discussion about class derivation depth and its effects on the speed of method calls (i.e.: slower). I was wondering if anyone had come across work (not necessarily for PHP) about class unrolling. Thanks.