Updated patch to fix debug builds. When using doubles and HeapNumber::set_value(), code build with -O0 would use ia32 FPU ops, which quieted the signaling NaN, once again causing test failure. Now the HeapNumber value is updated directly using memcpy().
https://chromiumcodereview.appspot.com/9910029/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
