unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* byte compiling defalias
@ 2009-10-26  1:27 Dan Nicolaescu
  2009-10-26 21:17 ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Dan Nicolaescu @ 2009-10-26  1:27 UTC (permalink / raw)
  To: emacs-devel



(defalias 'read-file-name-internal
  (completion-table-in-turn 'completion--embedded-envvar-table
                            'completion--file-name-table)
  "Internal subroutine for `read-file-name'.  Do not call this.")

is byte compiled to:

(byte-code "\300\301\302\303\304\"\305#\207" [defalias read-file-name-internal completion-table-in-turn completion--embedded-envvar-table completion--file-name-table "Internal subroutine for `read-file-name'.  Do not call this."] 5)

Shouldn't it be compiled to a defalias?
That way make-docstring would have a chance to extract the doc string,
so it won't end up in GC memory.




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

end of thread, other threads:[~2009-11-06 16:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-26  1:27 byte compiling defalias Dan Nicolaescu
2009-10-26 21:17 ` Stefan Monnier
2009-11-06 16:53   ` Dan Nicolaescu

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