Bug 152017 - DFG and FTL should be resilient against cases where both snippet operands are constant.
Summary: DFG and FTL should be resilient against cases where both snippet operands are...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-12-08 15:11 PST by Mark Lam
Modified: 2015-12-08 16:14 PST (History)
7 users (show)

See Also:


Attachments
proposed patch. (9.76 KB, patch)
2015-12-08 15:29 PST, Mark Lam
msaboff: 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 2015-12-08 15:11:53 PST
Patch coming.
Comment 1 Radar WebKit Bug Importer 2015-12-08 15:13:11 PST
<rdar://problem/23811053>
Comment 2 Mark Lam 2015-12-08 15:29:28 PST
Created attachment 266946 [details]
proposed patch.
Comment 3 Michael Saboff 2015-12-08 16:07:05 PST
Comment on attachment 266946 [details]
proposed patch.

r=me
Comment 4 Mark Lam 2015-12-08 16:14:11 PST
Thanks for the review.  Landed in r193793: <http://trac.webkit.org/r193793>.