[Webkit-unassigned] [Bug 205554] New: [JSC] JSFunction's m_executable / m_rareData should be merged
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 23 02:19:58 PST 2019
https://bugs.webkit.org/show_bug.cgi?id=205554
Bug ID: 205554
Summary: [JSC] JSFunction's m_executable / m_rareData should be
merged
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ysuzuki at apple.com
Let's consider introducing one field, m_executableOrRareData to shrink sizeof(JSFunction) from 40 to 32, so that we can remove 16bytes per JSFunction.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191223/9192b533/attachment.htm>
More information about the webkit-unassigned
mailing list