bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#53497: 29.0.50; native-compile after restarting Emacs


From: Eli Zaretskii
Subject: bug#53497: 29.0.50; native-compile after restarting Emacs
Date: Wed, 26 Jan 2022 18:54:31 +0200

> From: Arash Esbati <arash@gnu.org>
> Cc: akrl@sdf.org,  larsi@gnus.org,  53497@debbugs.gnu.org
> Date: Wed, 26 Jan 2022 16:20:23 +0100
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> > This is a build with -g3?
> 
> Yes, I pass CFLAGS='-O0 -g3' to configure.

Strange, it sounds like GDB cannot access macros,which -g3 should
allow.

> > Try this instead:
> >
> >   (gdb) pp globals.f_Vcomp__delayed_sources
> 
> 5128      if (comp__loadable)
> (gdb) n
> 5137        Vcomp__delayed_sources = Fcons (src, Vcomp__delayed_sources);
> (gdb) pp globals.f_Vcomp__delayed_sources
> nil

And it stays nil afterwards?  Or does it grow to include all the files
you expect to be natively-compiled as part of the session?  Is
maybe_defer_native_compilation called more than just once?  If so,
what is the value of Vcomp__delayed_sources for those other calls?





reply via email to

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