unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Why do Fdefvar not protect its argument and temporaries with GCPRO?
@ 2014-11-19  2:48 Lee Duhem
  2014-11-19  9:44 ` Andreas Schwab
  0 siblings, 1 reply; 4+ messages in thread
From: Lee Duhem @ 2014-11-19  2:48 UTC (permalink / raw)
  To: emacs-devel

Hi all,

In the definition of `Fdefvar`, it calls `eval_sub`, and its temporary
variable `tail` is used after that call. So why do `Fdefvar` not protect
`tail` and other temporaries from GC with GCPRO? As other functions in
`src/eval.c` did.

Is this a bug? Or did I overlook something?

Sincerely,
lee



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-11-20  2:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-19  2:48 Why do Fdefvar not protect its argument and temporaries with GCPRO? Lee Duhem
2014-11-19  9:44 ` Andreas Schwab
2014-11-19 13:51   ` Stefan Monnier
2014-11-20  2:59     ` Lee Duhem

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).