NEW 193949
[JSC] CompleteSubpace is too large
https://bugs.webkit.org/show_bug.cgi?id=193949
Summary [JSC] CompleteSubpace is too large
Yusuke Suzuki
Reported 2019-01-28 19:39:36 PST
One CompleteSubspace takes 4152B! The large part of this is just m_allocatorForSizeStep (4024B), which holds 503 Allocators. This is so wasting since our size class is not so many typically (in default configuration, it becomes 18).
Attachments
Note You need to log in before you can comment on or make changes to this bug.