Bug 195316 - [JSC] Scavenge memory eagerly if # of VMs become zero
Summary: [JSC] Scavenge memory eagerly if # of VMs become zero
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on: 195305
Blocks:
  Show dependency treegraph
 
Reported: 2019-03-05 00:37 PST by Yusuke Suzuki
Modified: 2019-03-08 17:26 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2019-03-05 00:37:13 PST
...
Comment 1 Yusuke Suzuki 2019-03-08 17:26:34 PST
It is,

1. not useful in iOS environment
2. useful in macOS environment, but it takes long time (1~ms), while VM shutdown takes 1~ms.

So, now I'm not planning to do this.