Bug 144749 - GC should be able to shrink oversize copied space allocations
Summary: GC should be able to shrink oversize copied space allocations
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 144609
Blocks:
  Show dependency treegraph
 
Reported: 2015-05-07 11:11 PDT by Filip Pizlo
Modified: 2015-05-07 11:11 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.