unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#17584: 24.3.91; bug of `=' operator optimization
@ 2014-05-25  3:05 Shigeru Fukaya
  2014-05-25  3:09 ` Shigeru Fukaya
  0 siblings, 1 reply; 4+ messages in thread
From: Shigeru Fukaya @ 2014-05-25  3:05 UTC (permalink / raw)
  To: 17584

(byte-optimize-form '(lambda (a b) (= a b 0)))
==> (lambda (a b) (= a b 0))
(byte-optimize-form '(lambda (a b) (= 0 a b)))
==> (lambda (a b) (= a 0))

- (put '=   'byte-optimizer 'byte-optimize-binary-predicate)
+ (put '=   'byte-optimizer 'byte-optimize-predicate)


-- Shigeru





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

end of thread, other threads:[~2014-05-26 20:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-25  3:05 bug#17584: 24.3.91; bug of `=' operator optimization Shigeru Fukaya
2014-05-25  3:09 ` Shigeru Fukaya
2014-05-26 12:48   ` Shigeru Fukaya
2014-05-26 20:54     ` 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).