Bug 194211 - DFG's doesGC() is incorrect about the SameValue node's behavior.
Summary: DFG's doesGC() is incorrect about the SameValue node's behavior.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-02-03 20:57 PST by Mark Lam
Modified: 2019-02-04 00:16 PST (History)
8 users (show)

See Also:


Attachments
proposed patch. (1.61 KB, patch)
2019-02-03 21:02 PST, Mark Lam
saam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2019-02-03 20:57:14 PST
<rdar://problem/47608913>
Comment 1 Mark Lam 2019-02-03 21:02:53 PST
Created attachment 361037 [details]
proposed patch.
Comment 2 Mark Lam 2019-02-04 00:16:49 PST
Thanks for the review.  Landed in r240917: <http://trac.webkit.org/r240917>.