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

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

bug#50507: New function in Emacs GnuTLS implementation


From: Eli Zaretskii
Subject: bug#50507: New function in Emacs GnuTLS implementation
Date: Fri, 30 Sep 2022 16:37:20 +0300

> From: Nikolaos Chatzikonstantinou <nchatz314@gmail.com>
> Date: Fri, 30 Sep 2022 09:01:06 -0400
> Cc: rpluim@gmail.com, 50507@debbugs.gnu.org, larsi@gnus.org
> 
> On Fri, Sep 30, 2022 at 6:47 AM Eli Zaretskii <eliz@gnu.org> wrote:
> >
> > > I went with intern.
> >
> > Why not use DEFSYM and then compare against the static symbols?  That
> > is more efficient, since the intern call is avoided at run time.
> 
> I did not understand the differences between DEFSYM() and
> intern(). Can DEFSYM() be used outside of syms_of_gnutls()?

Why do you need to use DEFSYM outside of syms_of_gnutls?





reply via email to

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