Oilpan: Move MarkAsUnswept from before marking to after
When incremental marking is enabled, new pages are allocated while marking. By moving the MarkAsUnswept from before marking to after, this simplifies swept flag management. This is because pre sweep all pages become unswept. This CL also adjusts ObjectPayloadSizeForTesting for this change. Change-Id: Ic5ea315a2cfd2c65e8d8f08e55b1d202fbeb5915 Reviewed-on: https://chromium-review.googlesource.com/938887 Commit-Queue: Keishi Hattori <keishi@chromium.org> Reviewed-by:Kentaro Hara <haraken@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#539808}
Showing
Please register or sign in to comment