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

Issue 1851473002: Change store buffer overflow check to not rely on the store buffer being (2*Size) aligned. (Closed)

Created:
4 years, 8 months ago by ulan
Modified:
4 years, 8 months ago
Reviewers:
Michael Lippautz
CC:
ulan, Hannes Payer (out of office), v8-mips-ports_googlegroups.com, v8-ppc-ports_googlegroups.com, v8-reviews_googlegroups.com, v8-x87-ports_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Change store buffer overflow check to not rely on the store buffer being (2*Size) aligned. This reduces the reserved virtual memory size needed for the store buffer. BUG=chromium:578883 LOG=NO Committed: https://crrev.com/6a628573883d0e9f22e397379f112cd7c68856a7 Cr-Commit-Position: refs/heads/master@{#35174}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Fix arm64 #

Total comments: 2

Patch Set 4 : Remove kStoreBufferLength #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -37 lines) Patch
M src/arm/macro-assembler-arm.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/arm64/macro-assembler-arm64.cc View 1 2 1 chunk +3 lines, -4 lines 0 comments Download
M src/heap/store-buffer.h View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M src/heap/store-buffer.cc View 1 2 chunks +3 lines, -6 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/mips64/macro-assembler-mips64.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/ppc/macro-assembler-ppc.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/s390/macro-assembler-s390.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/x87/macro-assembler-x87.cc View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 14 (8 generated)
ulan
PTAL
4 years, 8 months ago (2016-03-31 14:59:50 UTC) #5
Michael Lippautz
lgtm This is how I feel about this patch: http://i.imgur.com/lBP18PF.gif https://codereview.chromium.org/1851473002/diff/40001/src/heap/store-buffer.h File src/heap/store-buffer.h (right): https://codereview.chromium.org/1851473002/diff/40001/src/heap/store-buffer.h#newcode23 ...
4 years, 8 months ago (2016-03-31 15:44:52 UTC) #6
ulan
Thanks! https://codereview.chromium.org/1851473002/diff/40001/src/heap/store-buffer.h File src/heap/store-buffer.h (right): https://codereview.chromium.org/1851473002/diff/40001/src/heap/store-buffer.h#newcode23 src/heap/store-buffer.h:23: static const int kStoreBufferLength = kStoreBufferSize / sizeof(Address); ...
4 years, 8 months ago (2016-03-31 16:23:14 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1851473002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1851473002/60001
4 years, 8 months ago (2016-03-31 16:50:04 UTC) #10
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 8 months ago (2016-03-31 17:17:36 UTC) #12
commit-bot: I haz the power
4 years, 8 months ago (2016-03-31 17:18:56 UTC) #14
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/6a628573883d0e9f22e397379f112cd7c68856a7
Cr-Commit-Position: refs/heads/master@{#35174}

Powered by Google App Engine
This is Rietveld 408576698