Bug 257474
Summary: | [JSC] Implement isNaN / Number.isNaN in C++ | ||
---|---|---|---|
Product: | WebKit | Reporter: | Yusuke Suzuki <ysuzuki> |
Component: | JavaScriptCore | Assignee: | Yusuke Suzuki <ysuzuki> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | commit-queue, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=258592 | ||
Bug Depends on: | 257541 | ||
Bug Blocks: |
Yusuke Suzuki
...
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/109996676>
Yusuke Suzuki
Pull request: https://github.com/WebKit/WebKit/pull/14473
EWS
Committed 264697@main (5d3b2384ab2b): <https://commits.webkit.org/264697@main>
Reviewed commits have been landed. Closing PR #14473 and removing active labels.
WebKit Commit Bot
Re-opened since this is blocked by bug 257541
Alexey Proskuryakov
This caused many assertion failures, reverting. E.g. https://build.webkit.org/results/Apple-Ventura-Debug-AppleSilicon-WK1-Tests/264701@main%20(2423)/results.html
DFG ASSERTION FAILED: AI-clobberize disagreement; AI says ClobberedStructures while clobberize says (Direct:[], Super:[])
./dfg/DFGCFAPhase.cpp(240) : void JSC::DFG::CFAPhase::performBlockCFA(JSC::DFG::BasicBlock *)
Yusuke Suzuki
Pull request: https://github.com/WebKit/WebKit/pull/14538
EWS
Committed 264768@main (c602f3ac3760): <https://commits.webkit.org/264768@main>
Reviewed commits have been landed. Closing PR #14538 and removing active labels.