Bug 160720 - [JSC] Remove some useless code I left when rewriting CSE's large maps
Summary: [JSC] Remove some useless code I left when rewriting CSE's large maps
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: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-09 17:09 PDT by Benjamin Poulain
Modified: 2016-08-10 14:20 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.41 KB, patch)
2016-08-09 17:11 PDT, Benjamin Poulain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2016-08-09 17:09:37 PDT
[JSC] Remove some useless code I left when rewriting CSE's large maps
Comment 1 Benjamin Poulain 2016-08-09 17:11:54 PDT
Created attachment 285695 [details]
Patch
Comment 2 Michael Saboff 2016-08-09 17:16:03 PDT
Comment on attachment 285695 [details]
Patch

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

r=me

> Source/JavaScriptCore/dfg/DFGCSEPhase.cpp:273
>  

What is the purpose of the empty line?
Comment 3 Benjamin Poulain 2016-08-09 17:17:39 PDT
(In reply to comment #2)
> > Source/JavaScriptCore/dfg/DFGCSEPhase.cpp:273
> >  
> 
> What is the purpose of the empty line?

The comment above only applies to the 2 attributes that follow. The empty line is there to show this attribute does not follow the comment.
Comment 4 Benjamin Poulain 2016-08-10 14:20:30 PDT
Comment on attachment 285695 [details]
Patch

Clearing flags on attachment: 285695

Committed r204352: <http://trac.webkit.org/changeset/204352>
Comment 5 Benjamin Poulain 2016-08-10 14:20:34 PDT
All reviewed patches have been landed.  Closing bug.