[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: scratch/igc 7057c3562ff: * src/pgtkterm.c (mark_pgtkterm): Exclude f
From: |
Pip Cet |
Subject: |
Re: scratch/igc 7057c3562ff: * src/pgtkterm.c (mark_pgtkterm): Exclude from MPS builds. |
Date: |
Tue, 23 Jul 2024 05:34:06 +0000 |
On Tuesday, July 23rd, 2024 at 05:12, Fejfighter <fejfighter@gmail.com> wrote:
> Comparing to xterm.c and scanning other parts of the pgtk specific code I
> only found this as the only allocation unique to PGTK as much of the things
> xterm needs to worry about is managed by gtk.
Thanks!
> Could someone apply this patch to the scratch/igc branch please?
Will do.
> I also ran the benchmark suite with the latest changes and it's the first
> time that it has not crashed emacs/oom'd out or otherwise destabilized my
> machine,
> It is starting to appear to be more stable for my use cases
That's great to hear! Running the benchmark suite should, of course, work.
However, performance can be improved a lot by playing with the relevant
parameters, so the result might not be great yet :-)
Also, there is a stability issue caused by signal handlers, which is fixable.
All the crashes I'm aware of that I haven't found another reason for are due to
that...
Pip