WebKit Bugzilla
Attachment 361414 Details for
Bug 194400
: Mark DisplayLink as fast allocated
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-194400-20190207104031.patch (text/plain), 1.10 KB, created by
Chris Dumez
on 2019-02-07 10:40:32 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Chris Dumez
Created:
2019-02-07 10:40:32 PST
Size:
1.10 KB
patch
obsolete
>Subversion Revision: 241026 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 21410d87caf3b1bff6270e6279089b7194cb14fe..6a09c50481d3e21cf7ef1a2546264f159d87f7a0 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,12 @@ >+2019-02-07 Chris Dumez <cdumez@apple.com> >+ >+ Mark DisplayLink as fast allocated >+ https://bugs.webkit.org/show_bug.cgi?id=194400 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UIProcess/mac/DisplayLink.h: >+ > 2019-02-06 Per Arne Vollan <pvollan@apple.com> > > Roll out parts of r238819 since it is a PLT performance regression. >diff --git a/Source/WebKit/UIProcess/mac/DisplayLink.h b/Source/WebKit/UIProcess/mac/DisplayLink.h >index fe2c824101c5ab80159180fcfc91598d00574f49..fc9c8d7b92ef35449d3e389acc22abe99603d8a0 100644 >--- a/Source/WebKit/UIProcess/mac/DisplayLink.h >+++ b/Source/WebKit/UIProcess/mac/DisplayLink.h >@@ -41,6 +41,7 @@ namespace WebKit { > class WebProcessProxy; > > class DisplayLink { >+ WTF_MAKE_FAST_ALLOCATED; > public: > DisplayLink(WebCore::PlatformDisplayID, WebProcessProxy&); > ~DisplayLink();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 194400
: 361414