Bug 194307 - Fix DFG's doesGC() for a few more nodes.
Summary: Fix DFG's doesGC() for a few more nodes.
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-05 15:02 PST by Mark Lam
Modified: 2019-04-03 16:11 PDT (History)
9 users (show)

See Also:


Attachments
proposed patch. (5.89 KB, patch)
2019-02-05 15:14 PST, Mark Lam
ysuzuki: 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-05 15:02:03 PST
Specifically, NumberToStringWithValidRadixConstant, RegExpExecNonGlobalOrSticky, RegExpMatchFast, RegExpMatchFastGlobal, and StringFromCharCode.
Comment 1 Radar WebKit Bug Importer 2019-02-05 15:06:35 PST
<rdar://problem/47832956>
Comment 2 Mark Lam 2019-02-05 15:14:13 PST
Created attachment 361225 [details]
proposed patch.
Comment 3 Yusuke Suzuki 2019-02-05 15:20:17 PST
Comment on attachment 361225 [details]
proposed patch.

r=me
Comment 4 Mark Lam 2019-02-05 15:34:38 PST
Thanks for the review.  Landed in r240998: <http://trac.webkit.org/r240998>.
Comment 5 Brent Fulgham 2019-04-03 16:11:14 PDT
This was also <rdar://problem/49085119>