From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Antipov Newsgroups: gmane.emacs.devel Subject: Re: Inlining doesn't happen on OS X: big performance problem Date: Fri, 20 Sep 2013 12:15:16 +0400 Message-ID: <523C0414.7010208@yandex.ru> References: <523AFDA5.4030607@dancol.org> <87y56s3h2f.fsf@igel.home> <523B656E.7020700@dancol.org> <523B6A30.3020406@cs.ucla.edu> <68974C3C-AD25-404F-8C13-834B234C7660@swipnet.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1379664940 20374 80.91.229.3 (20 Sep 2013 08:15:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Sep 2013 08:15:40 +0000 (UTC) Cc: Daniel Colascione , Emacs development discussions To: =?ISO-8859-1?Q?Jan_Dj=E4rv?= , Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 20 10:15:42 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 1VMvsL-0007w9-6f for ged-emacs-devel@m.gmane.org; Fri, 20 Sep 2013 10:15:41 +0200 Original-Received: from localhost ([::1]:54563 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMvsK-0003MU-Nx for ged-emacs-devel@m.gmane.org; Fri, 20 Sep 2013 04:15:40 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMvs8-0003LC-He for emacs-devel@gnu.org; Fri, 20 Sep 2013 04:15:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMvs1-0005Xd-JJ for emacs-devel@gnu.org; Fri, 20 Sep 2013 04:15:28 -0400 Original-Received: from forward8l.mail.yandex.net ([84.201.143.141]:36316) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMvs1-0005XH-Ad for emacs-devel@gnu.org; Fri, 20 Sep 2013 04:15:21 -0400 Original-Received: from smtp4h.mail.yandex.net (smtp4h.mail.yandex.net [84.201.186.21]) by forward8l.mail.yandex.net (Yandex) with ESMTP id B06E91A40DA5; Fri, 20 Sep 2013 12:15:17 +0400 (MSK) Original-Received: from smtp4h.mail.yandex.net (localhost [127.0.0.1]) by smtp4h.mail.yandex.net (Yandex) with ESMTP id 03D162C1188; Fri, 20 Sep 2013 12:15:16 +0400 (MSK) Original-Received: from unknown (unknown [37.139.80.10]) by smtp4h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id d1R3lchgEy-FGSeeoIa; Fri, 20 Sep 2013 12:15:16 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1379664916; bh=L315/eRUC5gTUmshpVTxPB/Y5XSfOrLmj1ENSM0iw5Q=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=Nqrzhf1Xr+djWvru9FGgvtjAcSU5C1wYA1n7ENODYiLG8jltZ1NZoOas7fozwNEQJ /GOzsKHdWR1W1e77WKTUVqq0ZYsGiX/wqtS0ZYNOeFn3/iLhZqJOYAQ0nU8uag8egv 7APsi58UbUDp56/cP5eG+3Du/3N/9PCJsyrLTBSc= Authentication-Results: smtp4h.mail.yandex.net; dkim=pass header.i=@yandex.ru User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 In-Reply-To: <68974C3C-AD25-404F-8C13-834B234C7660@swipnet.se> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] [fuzzy] X-Received-From: 84.201.143.141 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:163501 Archived-At: On 09/20/2013 10:14 AM, Jan Dj=E4rv wrote: > I'm sure there is some motivation for the inline mess we have now, but = performance > is not it (previously we had fast macros) and maintenance is absolutely= not it either. +1, this stuff looks overengineered. In particular, I've never seen a project where each header should use it's own magic to declare inline (FRAME_INLINE, BUFFER_INLINE, etc.). Dmitry