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: JavaScriptCoreAssignee: 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:    

Description Filip Pizlo 2013-09-02 11:07:10 PDT
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.