Bug 134037 - Remove CompoundType and LeafType
Summary: Remove CompoundType and LeafType
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Hahnenberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-18 13:47 PDT by Mark Hahnenberg
Modified: 2014-06-18 16:17 PDT (History)
0 users

See Also:


Attachments
Patch (14.89 KB, patch)
2014-06-18 13:49 PDT, Mark Hahnenberg
fpizlo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Hahnenberg 2014-06-18 13:47:06 PDT
We don't use them for anything. We'll replace them with a generic CellType type for all the objects that are JSCells, aren't JSObjects, and for which we generally don't care about their JSType at runtime.
Comment 1 Mark Hahnenberg 2014-06-18 13:49:15 PDT
Created attachment 233324 [details]
Patch
Comment 2 Mark Hahnenberg 2014-06-18 16:17:21 PDT
Committed r170129: <http://trac.webkit.org/changeset/170129>