* Re: master fcade74066d 1/2: src/comp.c: Use `pending_funcalls` to fix bug#64494
[not found] ` <20230714012855.85A9EC06C70@vcs2.savannah.gnu.org>
@ 2023-07-14 1:40 ` Po Lu
2023-07-14 2:31 ` Stefan Monnier
0 siblings, 1 reply; 2+ messages in thread
From: Po Lu @ 2023-07-14 1:40 UTC (permalink / raw)
To: emacs-devel; +Cc: Stefan Monnier
Stefan Monnier via Mailing list for Emacs changes <emacs-diffs@gnu.org>
writes:
> @@ -5674,13 +5666,6 @@ void
> syms_of_comp (void)
> {
> #ifdef HAVE_NATIVE_COMP
> - DEFVAR_LISP ("comp--delayed-sources", Vcomp__delayed_sources,
> - doc: /* List of sources to be native-compiled when startup is finished.
> -For internal use. */);
> - DEFVAR_BOOL ("comp--compilable", comp__compilable,
> - doc: /* Non-nil when comp.el can be native compiled.
> -For internal use. */);
> - /* Compiler control customizes. */
> DEFVAR_BOOL ("native-comp-jit-compilation", native_comp_jit_compilation,
> doc: /* If non-nil, compile loaded .elc files asynchronously.
>
> @@ -5798,6 +5783,8 @@ natively-compiled one. */);
> build_pure_c_string ("eln file inconsistent with current runtime "
> "configuration, please recompile"));
>
> + DEFSYM (Qnative__compile_async, "native--compile-async");
Minor nit: shouldn't this be named `comp--compile-async' or
`native-comp--compile-async'?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: master fcade74066d 1/2: src/comp.c: Use `pending_funcalls` to fix bug#64494
2023-07-14 1:40 ` master fcade74066d 1/2: src/comp.c: Use `pending_funcalls` to fix bug#64494 Po Lu
@ 2023-07-14 2:31 ` Stefan Monnier
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2023-07-14 2:31 UTC (permalink / raw)
To: Po Lu; +Cc: emacs-devel, Andrea Corallo
>> + DEFSYM (Qnative__compile_async, "native--compile-async");
> Minor nit: shouldn't this be named `comp--compile-async' or
> `native-comp--compile-async'?
[ Side note: I did not choose this name, I only replaced `intern
("native--compile-async")` with this DEFSYM. ]
It does seem inconsistent, indeed.
`comp--compile-async' would be my choice.
Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-14 2:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <168929813505.29645.9269723900058607721@vcs2.savannah.gnu.org>
[not found] ` <20230714012855.85A9EC06C70@vcs2.savannah.gnu.org>
2023-07-14 1:40 ` master fcade74066d 1/2: src/comp.c: Use `pending_funcalls` to fix bug#64494 Po Lu
2023-07-14 2:31 ` Stefan Monnier
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).