Bug 161744 - Move JSMap/JSSet over to Auxiliary MarkedSpace
Summary: Move JSMap/JSSet over to Auxiliary MarkedSpace
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on: 160989
Blocks: 159658
  Show dependency treegraph
 
Reported: 2016-09-08 10:57 PDT by Filip Pizlo
Modified: 2016-09-08 12:01 PDT (History)
8 users (show)

See Also:


Attachments
the patch (31.66 KB, patch)
2016-09-08 11:00 PDT, Filip Pizlo
no flags Details | Formatted Diff | Diff
the patch (32.85 KB, patch)
2016-09-08 11:14 PDT, Filip Pizlo
saam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2016-09-08 10:57:06 PDT
Patch forthcoming.
Comment 1 Filip Pizlo 2016-09-08 11:00:04 PDT
Created attachment 288279 [details]
the patch
Comment 2 Filip Pizlo 2016-09-08 11:14:11 PDT
Created attachment 288284 [details]
the patch
Comment 3 Saam Barati 2016-09-08 11:17:43 PDT
Comment on attachment 288284 [details]
the patch

View in context: https://bugs.webkit.org/attachment.cgi?id=288284&action=review

> Source/JavaScriptCore/ChangeLog:8
> +        This moves the buffer out of CopiedSpace and into Auxiliary MarkedSpace.

Also mention that you're removing MapData since it's no longer used.
Comment 4 Filip Pizlo 2016-09-08 12:01:29 PDT
Landed in https://trac.webkit.org/changeset/205654