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: Suppressing native compilation (short and long term) Date: Mon, 03 Oct 2022 21:46:45 +0300 Message-ID: <838rlwycbu.fsf@gnu.org> References: <87bkqxf1ij.fsf@tethera.net> <8335c9dkyf.fsf@gnu.org> <83edvqafr7.fsf@gnu.org> <83h70m19yv.fsf@gnu.org> <87mtadaic5.fsf@melete.silentflame.com> <834jwkzxhz.fsf@gnu.org> <87y1tw9365.fsf@melete.silentflame.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34342"; mail-complaints-to="usenet@ciao.gmane.io" Cc: tomas@tuxteam.de, emacs-devel@gnu.org To: Sean Whitton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Oct 03 21:06:50 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 1ofQmA-0008nT-4f for ged-emacs-devel@m.gmane-mx.org; Mon, 03 Oct 2022 21:06:50 +0200 Original-Received: from localhost ([::1]:50950 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ofQm9-00044U-6r for ged-emacs-devel@m.gmane-mx.org; Mon, 03 Oct 2022 15:06:49 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45946) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ofQSq-0000oi-KP for emacs-devel@gnu.org; Mon, 03 Oct 2022 14:46:52 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:46592) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ofQSq-0005Wg-2V; Mon, 03 Oct 2022 14:46:52 -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=QfdIsp35D+GDiugI9eP5ei0gD7PzeJ9GWgdVZXghQkk=; b=HHtLekMKFWUw 6FLdNDiPrgeet+hsEyy11aRjQKX+56CGeHz8q4zTwb47iZJ11lxnY715aI2hXRwtwp6ZPSws+fO5h Vrivw5tFYEdSlPFuQ39nYJrlqqTa1FhJ/hTCFR8BbFQKdDJnOzdONlg/NXXM/pSd9aV6KmGG7YO4H HsKlqrMKysQimMSKCKUEK2RdJ7CneCby8nl8nP4ICwf8Ou8WJX4VB0rmipxNp3Th1bmRQP97/bWs7 rgKNX4iizD0Ba/RkIwGMgju6/A+3V6AF17sIYvFIO9Vch2ARbUp5tF/yrHBQkFxqQddYCC/yMo/5t gVRq7MJdQGhjJ6auHrFR4Q==; Original-Received: from [87.69.77.57] (port=1823 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 1ofQSp-0003Rp-HG; Mon, 03 Oct 2022 14:46:51 -0400 In-Reply-To: <87y1tw9365.fsf@melete.silentflame.com> (message from Sean Whitton on Mon, 03 Oct 2022 11:23:46 -0700) 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:296792 Archived-At: > From: Sean Whitton > Cc: tomas@tuxteam.de, emacs-devel@gnu.org > Date: Mon, 03 Oct 2022 11:23:46 -0700 > > > When I start an Emacs session for a new version (which needs to > > recompile all the packages I use, because my sessions are restored by > > desktop.el), I see about 100 Lisp files compiled into *.eln inside of > > 1 minute, and then another bunch of 100 inside another minute (with 10 > > minutes between these two groups). Does this strike you as a long > > time to avoid unplugging? I hope your battery can hold more than a > > few minutes. > > Sounds like your machine is just a lot better than mine. It's a 2012 vintage Core i7. And it runs Windows XP, so both process startup and disk I/O are slower than GNU/Linux. Though the main disk is SSD.