unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Is byte-compiled code supposed to call `make-byte-code'?
@ 2016-05-24 20:58 Paul Pogonyshev
  2016-05-24 21:19 ` Andreas Schwab
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Pogonyshev @ 2016-05-24 20:58 UTC (permalink / raw)
  To: emacs-devel

Trying to disassemble a trivial function that invokes a closure:

(defun xxx (fn)
  (mapcar (lambda (x) (1+ (funcall fn x))) '(1 2 3)))
(disassemble 'xxx)

gives:

0       constant  mapcar
1       constant  make-byte-code
2       constant  257
3       constant  "\300\x01!T\207"
4       constant  vconcat
5       constant  vector
6       stack-ref 6
8       call      1
9       constant  []
10      call      2
11      constant  3
12      constant  "\n\n(fn X)"
13      call      5
14      constant  (1 2 3)
15      call      2
16      return

Is it supposed to build closure bytecode object every time? Shouldn't
it be considered a constant?

GNU Emacs 25.1.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.20.3) of 2016-05-24

Paul



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

end of thread, other threads:[~2016-05-25 14:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-24 20:58 Is byte-compiled code supposed to call `make-byte-code'? Paul Pogonyshev
2016-05-24 21:19 ` Andreas Schwab
2016-05-25  8:53   ` Paul Pogonyshev
2016-05-25 14:13     ` Stefan Monnier

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