Mark S. Miller (2015-02-14T01:26:37.000Z)
d at domenic.me (2015-02-18T17:10:28.787Z)
On Fri, Feb 13, 2015 at 5:13 PM, Filip Pizlo <fpizlo at apple.com> wrote: > I think it's sensible to say that TypedArray.prototype.set doesn't require > NaN canonicalization - or rather, that it forbids it and instead requires a > bit-for-bit transfer. Why do you need to forbid NaN canonicalization rather than simply not requiring it? Why do you need to require a bit-for-bit transfer instead of simply allowing it?