unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Pip Cet <pipcet@gmail.com>
To: Andrea Corallo <akrl@sdf.org>
Cc: "Andrea Corallo via Emacs development discussions."
	<emacs-devel@gnu.org>
Subject: Re: feature/native-comp 5bc0855 2/2: Don't treat '=' as simple equality emitting constraints (bug#46812)
Date: Sun, 7 Mar 2021 07:03:34 +0000	[thread overview]
Message-ID: <CAOqdjBcQzEeqraSxZ3h5+991BxLyvV1pB+CF+Hk2_iwA3oskjg@mail.gmail.com> (raw)
In-Reply-To: <xjfczwc2afu.fsf@sdf.org>

On Sat, Mar 6, 2021 at 10:18 PM Andrea Corallo <akrl@sdf.org> wrote:
> The two reported miscompilations should be fixed now as of c60f2f458a,
> please have a look.

I did. I still don't understand how the intersect-first-then-relax
approach is meant to work, and it's not working.

Here's a more fundamental problem: if we modify two values known to be
equal, they might no longer be:

(let* ((cons1 '(a))
       (cons2 (copy-sequence cons1))
       (cons3 (copy-sequence cons1)))
  (subr-type (native-compile
              `(lambda (x y)
                 (unless (eq x ',cons1)
                   (error ""))
                 (unless (eq y ',cons2)
                   (error ""))
                 (setcar ',cons1 'b)
                 (equal y ',cons3)))))


> Still have to look into the missed optimization for the null returning
> function, will do.

I'm not sure what you're referring to here. My approach, and it's
perfectly okay for you to see this differently, would be to fix the
correctness bugs first, then go for any missed optimizations.

Pip



  reply	other threads:[~2021-03-07  7:03 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20210228230215.15472.12941@vcs0.savannah.gnu.org>
     [not found] ` <20210228230217.1971E20E1B@vcs0.savannah.gnu.org>
2021-03-02  5:20   ` feature/native-comp 5bc0855 2/2: Don't treat '=' as simple equality emitting constraints (bug#46812) Pip Cet
2021-03-02 13:47     ` Andrea Corallo via Emacs development discussions.
2021-03-02 14:16       ` Pip Cet
2021-03-02 14:30         ` Andrea Corallo via Emacs development discussions.
2021-03-02 17:14           ` Pip Cet
2021-03-04  7:36             ` Pip Cet
2021-03-04  7:58               ` Andrea Corallo via Emacs development discussions.
2021-03-06 22:18                 ` Andrea Corallo via Emacs development discussions.
2021-03-07  7:03                   ` Pip Cet [this message]
2021-03-07  7:07                     ` Andrea Corallo via Emacs development discussions.
2021-03-07  7:13                       ` Pip Cet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAOqdjBcQzEeqraSxZ3h5+991BxLyvV1pB+CF+Hk2_iwA3oskjg@mail.gmail.com \
    --to=pipcet@gmail.com \
    --cc=akrl@sdf.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).