flag. With the go build command, add `-gcflags “-m”` to your
invocation.
On Fri, Jun 19, 2015 at 11:01 AM, wrote:
I have some inner loops which are calling math.IsNaN() a very large number
of times. I looked at the code for IsNaN and it is just returning f != f. Is
this function call in-lined by the compiler?
Thanks
wu
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I have some inner loops which are calling math.IsNaN() a very large number
of times. I looked at the code for IsNaN and it is just returning f != f. Is
this function call in-lined by the compiler?
Thanks
wu
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
matt kane's brain
im: mkb.dirtyorg@gmail.com (gtalk) / mkbatwerk (AIM)
twitter: the_real_mkb / nynexrepublic
http://hydrogenproject.com
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.