Bug 118774

Summary: fourthTier: Rationalize Node::replacement
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, ggaren, mark.lam, mhahnenberg, msaboff, oliver, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 118749    
Attachments:
Description Flags
the patch oliver: review+

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