RESOLVED FIXED 200958
Remove superfluous size argument to allocateCell() for fixed size objects.
https://bugs.webkit.org/show_bug.cgi?id=200958
Summary Remove superfluous size argument to allocateCell() for fixed size objects.
Mark Lam
Reported 2019-08-20 18:06:53 PDT
The size is already automatically computed by the allocateCell() template's default arguments. Removing these superfluous arguments will make it easier for us to grep for cases where we allocate variable size cells (for later analysis work).
Attachments
proposed patch. (10.04 KB, patch)
2019-08-20 18:09 PDT, Mark Lam
ysuzuki: review+
Mark Lam
Comment 1 2019-08-20 18:09:45 PDT
Created attachment 376835 [details] proposed patch.
Yusuke Suzuki
Comment 2 2019-08-20 18:11:16 PDT
Comment on attachment 376835 [details] proposed patch. r=me
Mark Lam
Comment 3 2019-08-20 18:13:40 PDT
Thanks for the review. Landed in r248929: <http://trac.webkit.org/r248929>.
Radar WebKit Bug Importer
Comment 4 2019-08-20 18:14:23 PDT
Note You need to log in before you can comment on or make changes to this bug.