Bug 195144 - [JSC] mustHandleValues for dead bytecode locals should be ignored in DFG phases
Summary: [JSC] mustHandleValues for dead bytecode locals should be ignored in DFG phases
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-02-27 21:21 PST by Yusuke Suzuki
Modified: 2019-02-28 12:17 PST (History)
6 users (show)

See Also:


Attachments
Patch (21.57 KB, patch)
2019-02-27 21:33 PST, Yusuke Suzuki
mark.lam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>