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

Issue 835453002: Add missing buffer reorg on Deque buffer expansion. (Closed)

Created:
5 years, 11 months ago by sof
Modified:
5 years, 11 months ago
CC:
blink-reviews, Mads Ager (chromium), oilpan-reviews, blink-reviews-wtf_chromium.org, aandrey+blink_chromium.org, kouhei+heap_chromium.org, Mikhail
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Add missing buffer reorg on Deque buffer expansion. If a deque's buffer is expanded in place and that buffer contains items at either buffer ends when that happens, make sure the end segment is moved up to the end of the expanded buffer, along with adjusting the start index. R=thakis,haraken BUG=445352 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=187800

Patch Set 1 #

Total comments: 1

Patch Set 2 : Scale back added comments in Deque.h #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -1 line) Patch
M Source/platform/heap/HeapTest.cpp View 1 1 chunk +49 lines, -0 lines 0 comments Download
M Source/wtf/Deque.h View 1 1 chunk +9 lines, -1 line 0 comments Download

Messages

Total messages: 8 (2 generated)
sof
Please take a look The lack of buffer readjustment on expansion causes some havoc with ...
5 years, 11 months ago (2014-12-30 22:40:53 UTC) #2
Nico
Sneaky. lgtm, but I feel the comments don't add too much information and make it ...
5 years, 11 months ago (2014-12-31 01:21:38 UTC) #3
haraken
LGTM
5 years, 11 months ago (2014-12-31 01:47:58 UTC) #4
sof
Thanks both for the quick reviews. I scaled/removed the Deque.h comment to be consistent with ...
5 years, 11 months ago (2014-12-31 05:18:16 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/835453002/20001
5 years, 11 months ago (2014-12-31 05:18:43 UTC) #7
commit-bot: I haz the power
5 years, 11 months ago (2014-12-31 07:38:51 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=187800

Powered by Google App Engine
This is Rietveld 408576698