all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pip Cet <pipcet@protonmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Helmut Eller <eller.helmut@gmail.com>,
	emacs-devel@gnu.org, gerd.moellmann@gmail.com
Subject: Re: MPS command line parameters
Date: Fri, 16 Aug 2024 07:58:19 +0000	[thread overview]
Message-ID: <87le0wkigd.fsf@protonmail.com> (raw)
In-Reply-To: <86v8006h8m.fsf@gnu.org>

"Eli Zaretskii" <eliz@gnu.org> writes:

>> From: Helmut Eller <eller.helmut@gmail.com>
>> CC: emacs-devel@gnu.org, Gerd Möllmann
>>  <gerd.moellmann@gmail.com>
>> Date: Fri, 16 Aug 2024 09:32:14 +0200
>>
>> The patches below add a command line option to configure MPS.  It can be
>> used like
>>
>>   emacs --igc-param pause_time=INF \
>>         --igc-param gen_params=64000k80%,256000k20% \
>>         --igc-param commit_limit=1000000000
>
> Is there any way of changing these parameters when Emacs is already
> running?

For most parameters, yes, but the generation chain parameters can only
be set when the pool using them is created.  It's possible, of course,
to create a new pool for new allocations when the parameters change and
use that, but then we'd have to keep track of obsolete pools and that
would complicate things further.

> It is quite un-Emacsy to allow some configuration only via
> the command line.  Also, relatively inconvenient, since you must
> restart Emacs each time you want to change these parameters.

Unfortunately, the generation size settings have a huge influence on
performance, so we might have to implement the pool-switching thing
after all...

Pip




  reply	other threads:[~2024-08-16  7:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-16  7:32 MPS command line parameters Helmut Eller
2024-08-16  7:48 ` Eli Zaretskii
2024-08-16  7:58   ` Pip Cet [this message]
2024-08-16  8:59   ` Helmut Eller
2024-08-16 10:50     ` Eli Zaretskii
2024-08-21  8:06     ` Pip Cet
2024-08-21  9:31       ` Helmut Eller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87le0wkigd.fsf@protonmail.com \
    --to=pipcet@protonmail.com \
    --cc=eliz@gnu.org \
    --cc=eller.helmut@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=gerd.moellmann@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.