Bug 74342

Summary: De-virtualize destructors part 2
Product: WebKit Reporter: Mark Hahnenberg <mhahnenberg>
Component: JavaScriptCoreAssignee: Mark Hahnenberg <mhahnenberg>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 74341    
Bug Blocks: 74331, 74347    
Attachments:
Description Flags
De-virtualizing destructors part 2 ggaren: review+

Mark Hahnenberg
Reported 2011-12-12 14:44:10 PST
Same as bug 74341, just moving the static destroy functions down another level in the hierarchy and leaving behind any necessary destroy functions.
Attachments
De-virtualizing destructors part 2 (6.65 KB, patch)
2011-12-12 14:53 PST, Mark Hahnenberg
ggaren: review+
Mark Hahnenberg
Comment 1 2011-12-12 14:53:39 PST
Created attachment 118865 [details] De-virtualizing destructors part 2 No changelog (see bug 74331).
Geoffrey Garen
Comment 2 2011-12-12 15:28:38 PST
Comment on attachment 118865 [details] De-virtualizing destructors part 2 View in context: https://bugs.webkit.org/attachment.cgi?id=118865&action=review r=me > Source/JavaScriptCore/runtime/Executable.cpp:108 > + jsCast<ScriptExecutable*>(cell)->~ScriptExecutable(); ScriptExecutable::~ScriptExecutable().
Note You need to log in before you can comment on or make changes to this bug.