WebKit Bugzilla
Attachment 342627 Details for
Bug 186071
: Remove JSVirtualMachine shrinkFootprint when clients move to shrinkFootprintWhenIdle
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
a-backup.diff (text/plain), 1.25 KB, created by
Saam Barati
on 2018-06-12 21:54:39 PDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Saam Barati
Created:
2018-06-12 21:54:39 PDT
Size:
1.25 KB
patch
obsolete
>Index: Source/JavaScriptCore/ChangeLog >=================================================================== >--- Source/JavaScriptCore/ChangeLog (revision 232787) >+++ Source/JavaScriptCore/ChangeLog (working copy) >@@ -1,3 +1,13 @@ >+2018-06-12 Saam Barati <sbarati@apple.com> >+ >+ Remove JSVirtualMachine shrinkFootprint when clients move to shrinkFootprintWhenIdle >+ https://bugs.webkit.org/show_bug.cgi?id=186071 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * API/JSVirtualMachine.mm: >+ (-[JSVirtualMachine shrinkFootprint]): Deleted. >+ > 2018-06-11 Saam Barati <sbarati@apple.com> > > Reduce graph size by replacing terminal nodes in blocks that have a ForceOSRExit with Unreachable >Index: Source/JavaScriptCore/API/JSVirtualMachine.mm >=================================================================== >--- Source/JavaScriptCore/API/JSVirtualMachine.mm (revision 232767) >+++ Source/JavaScriptCore/API/JSVirtualMachine.mm (working copy) >@@ -268,13 +268,6 @@ - (NSMapTable *)externalRememberedSet > return m_externalRememberedSet; > } > >-- (void)shrinkFootprint >-{ >- JSC::VM* vm = toJS(m_group); >- JSC::JSLockHolder locker(vm); >- vm->shrinkFootprintWhenIdle(); >-} >- > - (void)shrinkFootprintWhenIdle > { > JSC::VM* vm = toJS(m_group);
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 186071
:
342627
|
342628