[Webkit-unassigned] [Bug 264034] New: Host function isPureNaN is inlined into true in DFGByteCodeParser.cpp handleIntrinsicCall.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 1 04:29:40 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=264034
Bug ID: 264034
Summary: Host function isPureNaN is inlined into true in
DFGByteCodeParser.cpp handleIntrinsicCall.
Product: WebKit
Version: WebKit Nightly Build
Hardware: PC
OS: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: entryhii at gmail.com
===================test.js==================
for (let v0 = 0; v0 < 100; v0++) {
const v2 = this.isPureNaN(v0);
print(v2)
}
============================================
Run args: ./jsc -f test.js --useConcurrentJIT=0 --jitPolicyScale=0.01
JSC prints `true` in DFG. The correct result should be `false`.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231101/ba64253a/attachment.htm>
More information about the webkit-unassigned
mailing list