Bug 134730 - [ftlopt] Get rid of Node::misc by moving the fields out of the union so that you can use replacement and owner simultaneously
Summary: [ftlopt] Get rid of Node::misc by moving the fields out of the union so that ...
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: 134677
  Show dependency treegraph
 
Reported: 2014-07-08 10:14 PDT by Filip Pizlo
Modified: 2014-07-08 10:51 PDT (History)
7 users (show)

See Also:


Attachments
the patch (13.06 KB, patch)
2014-07-08 10:25 PDT, Filip Pizlo
mark.lam: 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 2014-07-08 10:14:44 PDT
This will allow for a better GCSE implementation.
Comment 1 Filip Pizlo 2014-07-08 10:25:15 PDT
Created attachment 234569 [details]
the patch
Comment 2 Mark Lam 2014-07-08 10:26:43 PDT
Comment on attachment 234569 [details]
the patch

r=me
Comment 3 Filip Pizlo 2014-07-08 10:51:06 PDT
Landed in http://trac.webkit.org/changeset/170890