unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#65527: 30.0.50; native compilation: type optimization does not always work for `lisp' return value
@ 2023-08-25 10:55 Ihor Radchenko
  2023-08-25 11:44 ` Andrea Corallo
  0 siblings, 1 reply; 2+ messages in thread
From: Ihor Radchenko @ 2023-08-25 10:55 UTC (permalink / raw)
  To: 65527; +Cc: acorallo

X-Debbugs-CC: acorallo@gnu.org

Hi,

Following up https://yhetil.org/emacs-devel/yp1pm3b7a2x.fsf@fencepost.gnu.org

When we have

(defun test1 ()
  (let ((x (list 'a 'b 'c)))
    (when (listp x) "Return value")))

native compilation, fails to optimize away the `listp' return value
despite it is known that x is a list at compile time.

In GNU Emacs 30.0.50 (build 58, x86_64-pc-linux-gnu, GTK+ Version
 3.24.38, cairo version 1.17.8) of 2023-08-24 built on localhost
Repository revision: 476db65dc780d8c501d73dfaaf92c53eb9c73b2f
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12101008
System Description: Gentoo Linux

Configured using:
 'configure --with-native-compilation
 JAVAC=/etc/java-config-2/current-system-vm/bin/javac'


-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>





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

* bug#65527: 30.0.50; native compilation: type optimization does not always work for `lisp' return value
  2023-08-25 10:55 bug#65527: 30.0.50; native compilation: type optimization does not always work for `lisp' return value Ihor Radchenko
@ 2023-08-25 11:44 ` Andrea Corallo
  0 siblings, 0 replies; 2+ messages in thread
From: Andrea Corallo @ 2023-08-25 11:44 UTC (permalink / raw)
  To: Ihor Radchenko; +Cc: 65527

Ihor Radchenko <yantar92@posteo.net> writes:

> X-Debbugs-CC: acorallo@gnu.org
>
> Hi,
>
> Following up https://yhetil.org/emacs-devel/yp1pm3b7a2x.fsf@fencepost.gnu.org
>
> When we have
>
> (defun test1 ()
>   (let ((x (list 'a 'b 'c)))
>     (when (listp x) "Return value")))
>
> native compilation, fails to optimize away the `listp' return value
> despite it is known that x is a list at compile time.
>

Thanks, will look at.

  Andrea





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

end of thread, other threads:[~2023-08-25 11:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-25 10:55 bug#65527: 30.0.50; native compilation: type optimization does not always work for `lisp' return value Ihor Radchenko
2023-08-25 11:44 ` Andrea Corallo

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