From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ryan Johnson Newsgroups: gmane.emacs.devel Subject: Re: Inlining doesn't happen on OS X: big performance problem Date: Thu, 19 Sep 2013 22:35:23 -0400 Message-ID: <523BB46B.7070308@cs.utoronto.ca> References: <523AFDA5.4030607@dancol.org> <87y56s3h2f.fsf@igel.home> <523B656E.7020700@dancol.org> <523B6A30.3020406@cs.ucla.edu> <523B7C1F.5050203@cs.utoronto.ca> <523B8154.5030102@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1379644562 21496 80.91.229.3 (20 Sep 2013 02:36:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Sep 2013 02:36:02 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 20 04:36:05 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 1VMqZg-00071c-JI for ged-emacs-devel@m.gmane.org; Fri, 20 Sep 2013 04:36:04 +0200 Original-Received: from localhost ([::1]:53859 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMqZf-0007SS-B8 for ged-emacs-devel@m.gmane.org; Thu, 19 Sep 2013 22:36:03 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59449) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMqZW-0007SA-16 for emacs-devel@gnu.org; Thu, 19 Sep 2013 22:36:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMqZO-0004o2-NE for emacs-devel@gnu.org; Thu, 19 Sep 2013 22:35:53 -0400 Original-Received: from bureau81.ns.utoronto.ca ([128.100.132.181]:40148) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMqZO-0004ny-Iw for emacs-devel@gnu.org; Thu, 19 Sep 2013 22:35:46 -0400 Original-Received: from [192.168.1.111] (184-175-13-218.dsl.teksavvy.com [184.175.13.218] (may be forged)) (authenticated bits=0) by bureau81.ns.utoronto.ca (8.13.8/8.13.8) with ESMTP id r8K2ZiNX023233 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 19 Sep 2013 22:35:45 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 In-Reply-To: <523B8154.5030102@cs.ucla.edu> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 128.100.132.181 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:163493 Archived-At: On 19/09/2013 6:57 PM, Paul Eggert wrote: > Ryan Johnson wrote: >> we get reports of emacs taking 3x longer to do something after "inline noise" is removed, > No, the 3x issue is not about "static inline" versus "static". > It's about whether standard headers under Apple use > functions or macros, which is quite a different thing. Oh, I must have misunderstood... I thought a bug in the Apple standard headers caused problems with inline functions. Sorry for the "inline noise"... Ryan