From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: /srv/bzr/emacs/emacs-24 r111116: eval-after-load fix Date: Fri, 04 Jan 2013 11:41:10 +0100 Message-ID: References: <878v8b839k.fsf@yandex.ru> <50E6697B.3040006@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1357296094 20509 80.91.229.3 (4 Jan 2013 10:41:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Jan 2013 10:41:34 +0000 (UTC) Cc: emacs-devel@gnu.org, Dmitry Gutov To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 04 11:41:50 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 1Tr4ij-0006jQ-Oo for ged-emacs-devel@m.gmane.org; Fri, 04 Jan 2013 11:41:49 +0100 Original-Received: from localhost ([::1]:43297 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tr4iT-0002iI-SI for ged-emacs-devel@m.gmane.org; Fri, 04 Jan 2013 05:41:33 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:33355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tr4iQ-0002iC-KG for emacs-devel@gnu.org; Fri, 04 Jan 2013 05:41:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tr4iP-0001ij-At for emacs-devel@gnu.org; Fri, 04 Jan 2013 05:41:30 -0500 Original-Received: from mx1.bahnhof.se ([213.80.101.11]:61933) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tr4iP-0001iV-4M for emacs-devel@gnu.org; Fri, 04 Jan 2013 05:41:29 -0500 Original-Received: from localhost (mf.bahnhof.se [213.80.101.20]) by mx1-reinject (Postfix) with ESMTP id 9A5062956CF; Fri, 4 Jan 2013 11:41:29 +0100 (CET) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MF4) Original-Received: from mf4.bahnhof.se ([127.0.0.1]) by localhost (mf4.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Vl8SH+G+tAMQ; Fri, 4 Jan 2013 11:41:25 +0100 (CET) Original-Received: from mta.verona.se (h-235-102.a149.priv.bahnhof.se [85.24.235.102]) by mf4.bahnhof.se (Postfix) with ESMTP id 3DDF6E43458; Fri, 4 Jan 2013 11:41:24 +0100 (CET) Original-Received: from localhost (unknown [127.0.0.1]) by mta.verona.se (Postfix) with ESMTP id 018144E0C7D; Fri, 4 Jan 2013 10:41:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at verona Original-Received: from mta.verona.se ([127.0.0.1]) by localhost (exodia.verona.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LhuSpRthi1UW; Fri, 4 Jan 2013 11:41:14 +0100 (CET) Original-Received: from chopper.vpn.verona.se (unknown [192.168.201.18]) by mta.verona.se (Postfix) with ESMTP id 97C764E0C17; Fri, 4 Jan 2013 11:41:12 +0100 (CET) In-Reply-To: (Andreas Schwab's message of "Fri, 04 Jan 2013 10:39:37 +0100") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Mac OS X 10.x X-Received-From: 213.80.101.11 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:156077 Archived-At: Andreas Schwab writes: > Dmitry Gutov writes: > >> IIUC, adding stuff to purespace makes GC's job simpler, as it doesn't have >> to keep track of references to those objects. Is that the only supposed >> benefit? > > The main advantage of the pure space is that it is a compact read-only > space which can be shared by the OS between all emacs processes. My first thought when I read this was that this is not so important these days. Then it occured to me that maybe the opposite is true: several newer Emacs frameworks rely on spawning new emacs processes. > > Andreas. -- Joakim Verona