Bug 154833 - OverridesHasInstance constant folding is wrong
Summary: OverridesHasInstance constant folding is wrong
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: Keith Miller
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-29 13:30 PST by Keith Miller
Modified: 2016-02-29 14:45 PST (History)
4 users (show)

See Also:


Attachments
Patch (4.58 KB, patch)
2016-02-29 13:41 PST, Keith Miller
no flags Details | Formatted Diff | Diff

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