[webkit-reviews] review requested: [Bug 47921] Make NodeRareData::rareDataMap a non-inline function : [Attachment 71196] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 19 13:21:33 PDT 2010


Justin Schuh <jschuh at chromium.org> has asked  for review:
Bug 47921: Make NodeRareData::rareDataMap a non-inline function
https://bugs.webkit.org/show_bug.cgi?id=47921

Attachment 71196: Patch
https://bugs.webkit.org/attachment.cgi?id=71196&action=review

------- Additional Comments from Justin Schuh <jschuh at chromium.org>
NodeRareData::rareDataMap is an inline function with a static local variable.
So, it will be unnecessarily duplicated in each compilation unit. It should be
moved to a source file.


More information about the webkit-reviews mailing list