What about something like:

The bytecode optimizer can reduce more expressions like (equal? x y)
to (eqv? x y) or (eq? x y), in case the type of x or y is known and
the comparison is equivalent for that type.

Gustavo

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-dev/CAPaha9O64jNNiEBpKbSmK7c4Fs0MmZxBHPoZssncEb0bJcEmbw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to