RESOLVED FIXED 213410
[JSC] Check Gigacage usage before launching VM
https://bugs.webkit.org/show_bug.cgi?id=213410
Summary [JSC] Check Gigacage usage before launching VM
Yusuke Suzuki
Reported 2020-06-19 15:36:28 PDT
[JSC] Check Gigacage usage before launching VM
Attachments
Patch (8.27 KB, patch)
2020-06-19 15:39 PDT, Yusuke Suzuki
mark.lam: review+
Patch for landing (11.21 KB, patch)
2020-06-19 16:44 PDT, Yusuke Suzuki
no flags
Patch for landing (11.30 KB, patch)
2020-06-19 18:23 PDT, Yusuke Suzuki
no flags
Yusuke Suzuki
Comment 1 2020-06-19 15:39:05 PDT
Yusuke Suzuki
Comment 2 2020-06-19 15:39:38 PDT
Mark Lam
Comment 3 2020-06-19 16:23:30 PDT
Comment on attachment 402338 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=402338&action=review r=me > Source/WTF/wtf/Gigacage.h:74 > +ALWAYS_INLINE size_t size(Kind) { return 0; } > +ALWAYS_INLINE size_t slidedSize(Kind) { return 0; } Per our offline conversation, let's rename size() to maxSize() and slidedSize() to size().
Yusuke Suzuki
Comment 4 2020-06-19 16:44:26 PDT
Created attachment 402346 [details] Patch for landing
Yusuke Suzuki
Comment 5 2020-06-19 17:41:04 PDT
composited-iframe-with-fixed-background-doc-repaint.html is failing in WK1 bot, but this is also failing in the other EWS tests (see https://ews-build.webkit.org/#/builders/30/builds/12264).
Yusuke Suzuki
Comment 6 2020-06-19 18:23:51 PDT
Created attachment 402366 [details] Patch for landing
EWS
Comment 7 2020-06-19 21:20:56 PDT
Committed r263316: <https://trac.webkit.org/changeset/263316> All reviewed patches have been landed. Closing bug and clearing flags on attachment 402366 [details].
Note You need to log in before you can comment on or make changes to this bug.