On Sun, Jul 31, 2011 at 10:41 AM, Ken Wesson <kwess...@gmail.com> wrote:

> (I also have concerns about the *unchecked-math* flag I heard about
> somewhere. We can't have +, etc. testing some flag at runtime -- much
> less fetching a dynamic Var, which is a slow, slow ThreadLocal object
> at the JVM level -- before each add without losing performance badly.
> We really need an (unchecked-math (the-math-goes-here)) macro, or
> something, that affects what functions get used at *compile time*
> rather than a dynamic Var flag that is set before performing what you
> hope to be really fast math.)
>

*unchecked-match* is a compiler flag.

David

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to