]> git.eshelyaron.com Git - emacs.git/commit
Clean up LAP peephole logging
authorMattias Engdegård <mattiase@acm.org>
Tue, 31 Jan 2023 10:15:13 +0000 (11:15 +0100)
committerMattias Engdegård <mattiase@acm.org>
Thu, 2 Feb 2023 13:43:10 +0000 (14:43 +0100)
commitf6955482c2933706229044c04d88b807b63a7095
treefd3fd780238d6ac31089ae22579d2c05a4b281a8
parent0571a3cc87f7c449796bb3eef38af4b2719b0bdf
Clean up LAP peephole logging

Make `byte-compile-log-lap` more robust and produce nicer output.
This is of interest for Elisp compiler maintainers only.

* lisp/emacs-lisp/byte-opt.el (bytecomp--log-lap-arg): New.
(byte-compile-log-lap-1): Extract argument conversion and rewrite
in a more modern way, fixing bugs.  In particular, tags are now
displayed as "X:" where X is the tag number, and that tag number
is shown as argument to goto-like ops.
(byte-optimize-lapcode): Clean up and simplify logging, producing
useful information when `byte-optimize-log` is `byte` as intended.
lisp/emacs-lisp/byte-opt.el