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

See Also:


Attachments
De-virtualize destructors part 6 (10.25 KB, patch)
2011-12-12 15:04 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 14:57:29 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:04:24 PST
Created attachment 118870 [details]
De-virtualize destructors part 6

No changelog (see bug 74331).
Comment 2 Geoffrey Garen 2011-12-12 15:32:54 PST
Comment on attachment 118870 [details]
De-virtualize destructors part 6

r=me