Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(755)

Issue 1636983002: Oilpan: LargeObjectPage should use HeapObjectHeader::payloadSize() instead of HeapObjectHeader::siz… (Closed)

Created:
4 years, 11 months ago by haraken
Modified:
4 years, 11 months ago
Reviewers:
oilpan-reviews, sof
CC:
chromium-reviews, oilpan-reviews, Mads Ager (chromium), blink-reviews, kinuko+watch, kouhei+heap_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Oilpan: LargeObjectPage should use HeapObjectHeader::payloadSize() instead of HeapObjectHeader::size() HeapObjectHeader::size() is a fast version of HeapObjectHeader::payloadSize() which works only for headers in NormalHeapPages and FreeLists. LargeObjectPages must use HeapObjectHeader::payloadSize() instead. BUG=581138 Committed: https://crrev.com/7e718004bcef5606f63211456a16cde149206525 Cr-Commit-Position: refs/heads/master@{#371483}

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -4 lines) Patch
M third_party/WebKit/Source/platform/heap/HeapPage.cpp View 1 1 chunk +5 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
haraken
PTAL (I think we should rename the method to clarify the difference in a follow-up.)
4 years, 11 months ago (2016-01-26 06:26:29 UTC) #2
sof
https://codereview.chromium.org/1636983002/diff/1/third_party/WebKit/Source/platform/heap/HeapPage.cpp File third_party/WebKit/Source/platform/heap/HeapPage.cpp (right): https://codereview.chromium.org/1636983002/diff/1/third_party/WebKit/Source/platform/heap/HeapPage.cpp#newcode1515 third_party/WebKit/Source/platform/heap/HeapPage.cpp:1515: liveSize += header->payloadSize(); Add a single binding size_t headerSize ...
4 years, 11 months ago (2016-01-26 06:31:49 UTC) #3
haraken
On 2016/01/26 06:31:49, sof wrote: > https://codereview.chromium.org/1636983002/diff/1/third_party/WebKit/Source/platform/heap/HeapPage.cpp > File third_party/WebKit/Source/platform/heap/HeapPage.cpp (right): > > https://codereview.chromium.org/1636983002/diff/1/third_party/WebKit/Source/platform/heap/HeapPage.cpp#newcode1515 > ...
4 years, 11 months ago (2016-01-26 06:35:02 UTC) #4
sof
lgtm
4 years, 11 months ago (2016-01-26 06:36:23 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1636983002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1636983002/20001
4 years, 11 months ago (2016-01-26 06:40:51 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 11 months ago (2016-01-26 09:48:41 UTC) #8
commit-bot: I haz the power
4 years, 11 months ago (2016-01-26 09:49:58 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/7e718004bcef5606f63211456a16cde149206525
Cr-Commit-Position: refs/heads/master@{#371483}

Powered by Google App Engine
This is Rietveld 408576698