[webkit-reviews] review granted: [Bug 74342] De-virtualize destructors part 2 : [Attachment 118865] De-virtualizing destructors part 2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 12 15:28:38 PST 2011


Geoffrey Garen <ggaren at apple.com> has granted Mark Hahnenberg
<mhahnenberg at apple.com>'s request for review:
Bug 74342: De-virtualize destructors part 2
https://bugs.webkit.org/show_bug.cgi?id=74342

Attachment 118865: De-virtualizing destructors part 2
https://bugs.webkit.org/attachment.cgi?id=118865&action=review

------- Additional Comments from Geoffrey Garen <ggaren at apple.com>
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().


More information about the webkit-reviews mailing list