all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* nested defsubst?
@ 2015-08-10  3:10 Ian Zimmerman
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Zimmerman @ 2015-08-10  3:10 UTC (permalink / raw)
  To: help-gnu-emacs

Is it useful?  That is, if I do this:

(defsubst foo ()
  "foo")

(defsubst foobar ()
  (concat (foo) "bar"))

will foobar contain an inlined copy of foo, _and_ will subsequent calls
to foobar be inlined?

-- 
Please *no* private copies of mailing list or newsgroup messages.
Rule 420: All persons more than eight miles high to leave the court.




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

end of thread, other threads:[~2015-08-10  7:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.8058.1439176228.904.help-gnu-emacs@gnu.org>
2015-08-10  7:15 ` nested defsubst? Barry Margolin
2015-08-10  3:10 Ian Zimmerman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.