From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.42.217.136 with SMTP id hm8cs273646icb; Thu, 30 Dec 2010 16:19:48 -0800 (PST) Received: by 10.229.233.18 with SMTP id jw18mr14662447qcb.122.1293754788102; Thu, 30 Dec 2010 16:19:48 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id o9si22263505qcu.75.2010.12.30.16.19.47; Thu, 30 Dec 2010 16:19:48 -0800 (PST) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id A092D1858389; Thu, 30 Dec 2010 19:19:47 -0500 (EST) Received: from pion.club.cc.cmu.edu (PION.CLUB.CC.CMU.EDU [128.237.157.88]) by rubyforge.org (Postfix) with ESMTP id C0A5B185835A for ; Thu, 30 Dec 2010 19:10:06 -0500 (EST) Received: from rlane by pion.club.cc.cmu.edu with local (Exim 4.69) (envelope-from ) id 1PYSZK-00023I-Em; Thu, 30 Dec 2010 19:10:06 -0500 From: Rich Lane To: Tero Tilus In-reply-to: <1293750761-sup-3852@tilus.net> References: <1293750761-sup-3852@tilus.net> Date: Thu, 30 Dec 2010 19:10:06 -0500 Message-Id: <1293753763-sup-6661@zyrg.net> User-Agent: Sup/git Cc: Sup developers Subject: Re: [sup-devel] Scrolling (with patches) X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org Yeah, I've noticed how slow method_missing is and that's also a problem with our use of Singleton in the codebase. Here we might as well hoist the conditional out of the method definition. _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel