[webkit-reviews] review granted: [Bug 98332] Removed the assumption that "final" objects have a fixed number of inline slots : [Attachment 167010] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 3 17:56:51 PDT 2012


Filip Pizlo <fpizlo at apple.com> has granted Geoffrey Garen <ggaren at apple.com>'s
request for review:
Bug 98332: Removed the assumption that "final" objects have a fixed number of
inline slots
https://bugs.webkit.org/show_bug.cgi?id=98332

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

------- Additional Comments from Filip Pizlo <fpizlo at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=167010&action=review


r=me

> Source/JavaScriptCore/runtime/Structure.h:429
> +	   uint32_t m_inlineCapacity;

Any chance we could make this uint8_t and squeeze it in somewhere?

Your call.


More information about the webkit-reviews mailing list