emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Possible XInput2 cursor bug ?


From: Eli Zaretskii
Subject: Re: Possible XInput2 cursor bug ?
Date: Sun, 12 Dec 2021 09:26:18 +0200

> Date: Sun, 12 Dec 2021 10:41:21 +0530 (IST)
> From: Madhu <enometh@meer.net>
> Cc: emacs-devel@gnu.org
> 
> [side comment: The GDB footprint for emacs -Q -D is 3-4GB. for
> native-compilation it seems to be 1GB more.

What do you mean by "GDB footprint"?  Is that the GDB memory
consumption?

> gdb is also slow to load frames with jit on

Maybe you should tell GDB not to read symbols automatically from the
shared libraries loaded by Emacs:

  (gdb) set auto-solib-add off

Do that inside GDB, before you run Emacs with the "run" command.  This
should both speed up loading frames and decrease the memory footprint
of GDB.

> and a new fingerprint on every `make' makes jit infeasible during
> "development".

I don't understand this part.  Can you elaborate?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]