From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Convert README.org to plain text README while installing package Date: Wed, 08 Jun 2022 17:17:12 +0300 Message-ID: <837d5r5jfb.fsf@gnu.org> References: <87leuca7v7.fsf@disroot.org> <87czfopmsd.fsf@gnu.org> <87h74ztshe.fsf@gmx.de> <871qw31ois.fsf@yahoo.com> <878rqb5egg.fsf@localhost> <87czfjs4h4.fsf@localhost> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5779"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, luangruo@yahoo.com, michael.albinus@gmx.de, acm@muc.de, stefan@marxist.se, tsdh@gnu.org, akib@disroot.org, emacs-devel@gnu.org To: Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jun 08 16:40:04 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nywqo-0001Cs-S3 for ged-emacs-devel@m.gmane-mx.org; Wed, 08 Jun 2022 16:40:03 +0200 Original-Received: from localhost ([::1]:54200 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nywqn-0002Ca-UJ for ged-emacs-devel@m.gmane-mx.org; Wed, 08 Jun 2022 10:40:01 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53822) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nywUr-0002UN-ME for emacs-devel@gnu.org; Wed, 08 Jun 2022 10:17:21 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:34060) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nywUo-0008IT-GU; Wed, 08 Jun 2022 10:17:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=QvyutzB9+HZJoeD0+iKAxPRpUSqbhvv8KJbcRw6HLGE=; b=e0s3gtowkoht zz04AsIICGbc0RnrD7VXKzkfWfNzM2bFm3sU9W8/hK0a7JWzQU0K2l/ylomJVIoY8s+Cjjq2+in2v Havfb6zL5D+z3ChSfTmXJU1kpQxOD5fEnO7uyCoOt6zrNk9W8l/1Ncm9279eqci5yEng9oZfxZtnK fe+s6/shayruHtTuovtopLPi2KWgqN1ENI0uPjNsbMqNuQQkrReDtvxyZ0r7MJwlMVH1q6L/fXHS9 KLJ3u7dUvYjBBwqj8tBMFLYwI2cc0kHI96Fh0SPrOrUmRKQWqe0xaz7uHW3LcbCB2CojG7NSI0kVy VJaeyw8OMtwJISIz1HTUEQ==; Original-Received: from [87.69.77.57] (port=4445 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nywUn-0006vk-R1; Wed, 08 Jun 2022 10:17:18 -0400 In-Reply-To: <87czfjs4h4.fsf@localhost> (message from Ihor Radchenko on Wed, 08 Jun 2022 20:51:35 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:290935 Archived-At: > From: Ihor Radchenko > Cc: Po Lu , Michael Albinus , > Alan Mackenzie , Stefan Kangas , Tassilo > Horn , Akib Azmain Turja , Emacs > developers > Date: Wed, 08 Jun 2022 20:51:35 +0800 > > > emacs --batch --eval '(require `org)' > > > > doesn't give a representative picture of the problem. > > I suspect that garbage collection is strongly affecting your loading > times. It is taking half of the time even with clean Emacs. I imagine > that GC sweeps are even more costly when you have a sizable allocated > memory. Which, btw, yet another problem: why does loading Org produce so much garbage? Can this be kept in check somehow?