Bug 195144

Summary: [JSC] mustHandleValues for dead bytecode locals should be ignored in DFG phases
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: New BugsAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, keith_miller, mark.lam, msaboff, saam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mark.lam: review+

Description Yusuke Suzuki 2019-02-27 21:21:16 PST
[JSC] mustHandleValues for dead bytecode locals should be ignored in DFG phases
Comment 1 Yusuke Suzuki 2019-02-27 21:25:19 PST
<rdar://problem/47595961>
Comment 2 Yusuke Suzuki 2019-02-27 21:33:46 PST
Created attachment 363192 [details]
Patch
Comment 3 Mark Lam 2019-02-27 22:11:01 PST
Comment on attachment 363192 [details]
Patch

Nice.  r=me
Comment 4 Yusuke Suzuki 2019-02-27 22:25:30 PST
Committed r242192: <https://trac.webkit.org/changeset/242192>
Comment 5 Yusuke Suzuki 2019-02-28 12:17:58 PST
Committed r242213: <https://trac.webkit.org/changeset/242213>