Bug 70466 - DFG ConvertThis emits slow code when the source node is known to be, but not predicted to be, a final object
Summary: DFG ConvertThis emits slow code when the source node is known to be, but not ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 69996
  Show dependency treegraph
 
Reported: 2011-10-19 19:47 PDT by Filip Pizlo
Modified: 2011-10-19 23:38 PDT (History)
0 users

See Also:


Attachments
the patch (2.99 KB, patch)
2011-10-19 20:42 PDT, 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 2011-10-19 19:47:03 PDT
Patch forthcoming.
Comment 1 Filip Pizlo 2011-10-19 20:42:57 PDT
Created attachment 111718 [details]
the patch
Comment 2 Oliver Hunt 2011-10-19 20:46:00 PDT
Comment on attachment 111718 [details]
the patch

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

r=me

> Source/JavaScriptCore/dfg/DFGAbstractState.cpp:509
> -            
> +        

No reason to land this change
Comment 3 Filip Pizlo 2011-10-19 23:38:43 PDT
Landed in http://trac.webkit.org/changeset/97942