RESOLVED FIXED 239393
Apply purifyNaN in more places.
https://bugs.webkit.org/show_bug.cgi?id=239393
Summary Apply purifyNaN in more places.
Mark Lam
Reported 2022-04-15 11:09:40 PDT
Attachments
proposed patch. (2.79 KB, patch)
2022-04-15 11:15 PDT, Mark Lam
saam: review+
patch for landing. (2.72 KB, patch)
2022-04-15 12:14 PDT, Mark Lam
no flags
Mark Lam
Comment 1 2022-04-15 11:15:58 PDT
Created attachment 457707 [details] proposed patch.
Saam Barati
Comment 2 2022-04-15 12:03:19 PDT
Comment on attachment 457707 [details] proposed patch. View in context: https://bugs.webkit.org/attachment.cgi?id=457707&action=review > Source/JavaScriptCore/wasm/WasmInstance.h:137 > + double loadF64Global(unsigned i) const { return purifyNaN(bitwise_cast<double>(loadI64Global(i))); } let's just delete this function?
Mark Lam
Comment 3 2022-04-15 12:14:59 PDT
Created attachment 457712 [details] patch for landing.
Mark Lam
Comment 4 2022-04-15 12:55:33 PDT
Thanks for the review. Landed in r292920: <http://trac.webkit.org/r292920>.
Note You need to log in before you can comment on or make changes to this bug.