Bug 153448 - MarkedSpace should have more precise allocators.
Summary: MarkedSpace should have more precise allocators.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords: InRadar, Performance
Depends on: 153482
Blocks:
  Show dependency treegraph
 
Reported: 2016-01-25 14:25 PST by Andreas Kling
Modified: 2016-01-27 22:29 PST (History)
7 users (show)

See Also:


Attachments
Patch (2.73 KB, patch)
2016-01-25 14:29 PST, Andreas Kling
no flags Details | Formatted Diff | Diff
Patch (4.97 KB, patch)
2016-01-25 15:26 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2016-01-25 14:25:10 PST
MarkedSpace should be less wasteful for commonly allocated objects.
Comment 1 Andreas Kling 2016-01-25 14:28:35 PST
<rdar://problem/23897477>
Comment 2 Andreas Kling 2016-01-25 14:29:22 PST
Created attachment 269793 [details]
Patch
Comment 3 Andreas Kling 2016-01-25 15:26:44 PST
Created attachment 269805 [details]
Patch
Comment 4 Andreas Kling 2016-01-25 18:58:13 PST
Committed r195575: <http://trac.webkit.org/changeset/195575>