RESOLVED FIXED 74342
De-virtualize destructors part 2
https://bugs.webkit.org/show_bug.cgi?id=74342
Summary De-virtualize destructors part 2
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.