unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Po Lu <luangruo@yahoo.com>
To: emacs-devel@gnu.org
Cc: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: master fcade74066d 1/2: src/comp.c: Use `pending_funcalls` to fix bug#64494
Date: Fri, 14 Jul 2023 09:40:28 +0800	[thread overview]
Message-ID: <87a5vz9soj.fsf@yahoo.com> (raw)
In-Reply-To: <20230714012855.85A9EC06C70@vcs2.savannah.gnu.org> (Stefan Monnier via Mailing list for Emacs changes's message of "Thu, 13 Jul 2023 21:28:55 -0400 (EDT)")

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'?



       reply	other threads:[~2023-07-14  1:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <168929813505.29645.9269723900058607721@vcs2.savannah.gnu.org>
     [not found] ` <20230714012855.85A9EC06C70@vcs2.savannah.gnu.org>
2023-07-14  1:40   ` Po Lu [this message]
2023-07-14  2:31     ` master fcade74066d 1/2: src/comp.c: Use `pending_funcalls` to fix bug#64494 Stefan Monnier

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87a5vz9soj.fsf@yahoo.com \
    --to=luangruo@yahoo.com \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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 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).