Bug 111209 - DFG Branch(LogicalNot) peephole should not try to optimize and work-around the case where LogicalNot may be otherwise live
Summary: DFG Branch(LogicalNot) peephole should not try to optimize and work-around th...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks: 109389
  Show dependency treegraph
 
Reported: 2013-03-01 12:34 PST by Filip Pizlo
Modified: 2013-03-01 13:08 PST (History)
7 users (show)

See Also:


Attachments
the patch (1.52 KB, patch)
2013-03-01 12:35 PST, Filip Pizlo
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2013-03-01 12:34:00 PST
Even if it is then everything will work just fine.  It's not necessary to check the ref count here.
Comment 1 Filip Pizlo 2013-03-01 12:35:20 PST
Created attachment 191014 [details]
the patch
Comment 2 Filip Pizlo 2013-03-01 13:08:25 PST
Landed in http://trac.webkit.org/changeset/144486