Bug 144749

Summary: GC should be able to shrink oversize copied space allocations
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 144609    
Bug Blocks:    

Description Filip Pizlo 2015-05-07 11:11:25 PDT
Currently, if the amount of memory we are using in an oversize copied block is known to have shrunk during GC then we don't do anything about it. We should do something about it.