Bug 195316
Summary: | [JSC] Scavenge memory eagerly if # of VMs become zero | ||
---|---|---|---|
Product: | WebKit | Reporter: | Yusuke Suzuki <ysuzuki> |
Component: | JavaScriptCore | Assignee: | Yusuke Suzuki <ysuzuki> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 195305 | ||
Bug Blocks: |
Yusuke Suzuki
...
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Yusuke Suzuki
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.