Bug 118774 - fourthTier: Rationalize Node::replacement
Summary: fourthTier: Rationalize Node::replacement
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: 118749
  Show dependency treegraph
 
Reported: 2013-07-16 21:30 PDT by Filip Pizlo
Modified: 2013-07-17 21:38 PDT (History)
7 users (show)

See Also:


Attachments
the patch (13.13 KB, patch)
2013-07-16 21:32 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 2013-07-16 21:30:11 PDT
Node::replacement is a miscellaneous field that some phases use.  Other phases might want some other pointer-sized work in Node, that they can use, instead of Node::replacement.  We should rationalize how this works.
Comment 1 Filip Pizlo 2013-07-16 21:32:21 PDT
Created attachment 206848 [details]
the patch
Comment 2 Filip Pizlo 2013-07-17 21:38:35 PDT
Landed in http://trac.webkit.org/changeset/152828