Bug 120608
Summary: | The thing where we throw away all code under memory pressure should use the new implicit CodeBlock jettisoning functionality | ||
---|---|---|---|
Product: | WebKit | Reporter: | Filip Pizlo <fpizlo> |
Component: | JavaScriptCore | Assignee: | Filip Pizlo <fpizlo> |
Status: | NEW | ||
Severity: | Normal | CC: | barraclough, ggaren, mark.lam, mhahnenberg, msaboff, oliver, sam |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 120567 | ||
Bug Blocks: |
Filip Pizlo
It should be possible to just remove all CodeBlocks from all Executables and then run a GC. The GC will keep alive any CodeBlocks that are still running.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |