From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: trunk r114048: * src/eval.c (Ffuncall): Fix handling of ((lambda ..) ..) in lexically Date: Sat, 07 Sep 2013 00:12:41 +0300 Message-ID: <87sixhzmba.fsf@yandex.ru> References: <87bo46yai6.fsf@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1378501985 1997 80.91.229.3 (6 Sep 2013 21:13:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Sep 2013 21:13:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 06 23:13:08 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VI3L1-00063c-7H for ged-emacs-devel@m.gmane.org; Fri, 06 Sep 2013 23:13:07 +0200 Original-Received: from localhost ([::1]:39817 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VI3L0-0005u1-P1 for ged-emacs-devel@m.gmane.org; Fri, 06 Sep 2013 17:13:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59770) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VI3Kt-0005sH-7P for emacs-devel@gnu.org; Fri, 06 Sep 2013 17:13:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VI3Ko-0007z5-MM for emacs-devel@gnu.org; Fri, 06 Sep 2013 17:12:59 -0400 Original-Received: from mail-we0-x230.google.com ([2a00:1450:400c:c03::230]:35297) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VI3Ko-0007xi-FI for emacs-devel@gnu.org; Fri, 06 Sep 2013 17:12:54 -0400 Original-Received: by mail-we0-f176.google.com with SMTP id u56so3398189wes.7 for ; Fri, 06 Sep 2013 14:12:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=UTzDHVHrF1N8ctF+/cx0/aCkMbSjcmKgi9nGBIzlem8=; b=uOfvamfaaJKsmJ0G8addmSmO/2idROgKUzGGwz9P7XJSiccMTKKpB8hl2IMG1aI6F/ ot4kIIfZIOa7ppeq08Ct4whrG4wFRXMIYHMeY75NxV/DbHgyPNLtfQx8+T78WlsBA6GN 4yLb5wB4F0DAnATYtoGQvSgSQ3PbeO3uBsk0tz/4Lm+D8lHsY8sNTQ9sAsXh9uzW8Noc 33q1iIaG0ar2dukKPDYyJxV9EtwYq3lVdDA0+HmSixL2AJ38JdFfrWlyV6H5nOuEGYZz hH8zz5LlLLMZIAdn1ubaDtk4NZKw/9B23s6D2bzoD3o2VGaG7XeU1ytsH6elOzzCjxMJ o8kw== X-Received: by 10.180.79.131 with SMTP id j3mr3609118wix.0.1378501973612; Fri, 06 Sep 2013 14:12:53 -0700 (PDT) Original-Received: from axl (62-118-214.netrun.cytanet.com.cy. [62.228.118.214]) by mx.google.com with ESMTPSA id jf2sm428616wic.2.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 06 Sep 2013 14:12:53 -0700 (PDT) In-Reply-To: (Stefan Monnier's message of "Fri, 06 Sep 2013 11:11:55 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::230 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:163238 Archived-At: Stefan Monnier writes: > Indeed, I was calling Ffunction for every function that's not an alias > instead of for every function that's not given as a symbol. I installed > a change which should hopefully fix this. Please confirm that it does. Yep, looks fixed. Thanks! > I'd be interested in running your test to try and see where the perforce > loss comes from. See http://debbugs.gnu.org/15294. > BTW, is this with js2-mode compiled or interpreted? The numbers I gave here were for interpreted mode, but in compiled mode the performance degradation is similar (though the ratio is a bit smaller).