WebKit Bugzilla
Attachment 341534 Details for
Bug 186069
: shrinkFootprint needs to request a full collection
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
b-backup.diff (text/plain), 1.23 KB, created by
Saam Barati
on 2018-05-29 16:06:49 PDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Saam Barati
Created:
2018-05-29 16:06:49 PDT
Size:
1.23 KB
patch
obsolete
>Index: Source/JavaScriptCore/ChangeLog >=================================================================== >--- Source/JavaScriptCore/ChangeLog (revision 232276) >+++ Source/JavaScriptCore/ChangeLog (working copy) >@@ -1,3 +1,13 @@ >+2018-05-29 Saam Barati <sbarati@apple.com> >+ >+ shrinkFootprint needs to request a full collection >+ https://bugs.webkit.org/show_bug.cgi?id=186069 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * runtime/VM.cpp: >+ (JSC::VM::shrinkFootprint): >+ > 2018-05-29 Caio Lima <ticaiolima@gmail.com> > > [ESNext][BigInt] Implement support for "<" and ">" relational operation >Index: Source/JavaScriptCore/runtime/VM.cpp >=================================================================== >--- Source/JavaScriptCore/runtime/VM.cpp (revision 232275) >+++ Source/JavaScriptCore/runtime/VM.cpp (working copy) >@@ -781,7 +781,7 @@ void VM::shrinkFootprint() > { > sanitizeStackForVM(this); > deleteAllCode(DeleteAllCodeIfNotCollecting); >- heap.collectNow(Synchronousness::Sync); >+ heap.collectNow(Synchronousness::Sync, CollectionScope::Full); > WTF::releaseFastMallocFreeMemory(); > // FIXME: Consider stopping various automatic threads here. > // https://bugs.webkit.org/show_bug.cgi?id=185447
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 186069
: 341534