Bug 74353 - De-virtualize destructors part 7
Summary: De-virtualize destructors part 7
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: 74350
Blocks: 74331 74355
  Show dependency treegraph
 
Reported: 2011-12-12 15:05 PST by Mark Hahnenberg
Modified: 2011-12-18 12:23 PST (History)
0 users

See Also:


Attachments
De-virtualize destructors part 7 (27.12 KB, patch)
2011-12-12 15:06 PST, Mark Hahnenberg
ggaren: 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 2011-12-12 15:05:41 PST
Same as bug 74341, just moving the static destroy functions down another level in the hierarchy and leaving behind any necessary destroy functions.
Comment 1 Mark Hahnenberg 2011-12-12 15:06:24 PST
Created attachment 118871 [details]
De-virtualize destructors part 7

No changelog (see bug 74331).
Comment 2 Geoffrey Garen 2011-12-12 15:33:26 PST
Comment on attachment 118871 [details]
De-virtualize destructors part 7

r=me