Bug 137310 - Object allocation sinking is broken for escaping sites in loops
Summary: Object allocation sinking is broken for escaping sites in loops
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: 137315
  Show dependency treegraph
 
Reported: 2014-10-01 13:46 PDT by Filip Pizlo
Modified: 2014-10-01 14:46 PDT (History)
8 users (show)

See Also:


Attachments
the patch (2.95 KB, patch)
2014-10-01 13:47 PDT, Filip Pizlo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2014-10-01 13:46:07 PDT
I tried to do this clever forward-flow based materialization point placement, and I messed up loops.
Comment 1 Filip Pizlo 2014-10-01 13:47:03 PDT
Created attachment 239046 [details]
the patch
Comment 2 Michael Saboff 2014-10-01 13:53:01 PDT
Comment on attachment 239046 [details]
the patch

r=me
Comment 3 WebKit Commit Bot 2014-10-01 14:34:21 PDT
Comment on attachment 239046 [details]
the patch

Clearing flags on attachment: 239046

Committed r174173: <http://trac.webkit.org/changeset/174173>
Comment 4 WebKit Commit Bot 2014-10-01 14:34:25 PDT
All reviewed patches have been landed.  Closing bug.