Bug 154833

Summary: OverridesHasInstance constant folding is wrong
Product: WebKit Reporter: Keith Miller <keith_miller>
Component: New BugsAssignee: Keith Miller <keith_miller>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Keith Miller 2016-02-29 13:30:53 PST
OverridesHasInstance constant folding is wrong
Comment 1 Keith Miller 2016-02-29 13:41:59 PST
Created attachment 272514 [details]
Patch
Comment 2 Mark Lam 2016-02-29 13:45:58 PST
Comment on attachment 272514 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=272514&action=review

> Source/JavaScriptCore/ChangeLog:10
> +        moved to the StrengthReductionPhase. Normally, such an optimazation would be

typo: optimazation => optimization
Comment 3 Keith Miller 2016-02-29 13:52:34 PST
Comment on attachment 272514 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=272514&action=review

>> Source/JavaScriptCore/ChangeLog:10
>> +        moved to the StrengthReductionPhase. Normally, such an optimazation would be
> 
> typo: optimazation => optimization

Fixed
Comment 4 WebKit Commit Bot 2016-02-29 14:45:10 PST
Comment on attachment 272514 [details]
Patch

Clearing flags on attachment: 272514

Committed r197370: <http://trac.webkit.org/changeset/197370>
Comment 5 WebKit Commit Bot 2016-02-29 14:45:14 PST
All reviewed patches have been landed.  Closing bug.