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

Issue 1928883002: [heap] Bail out to regular evacuation if new->old fails to allocate a page (Closed)

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

Description

[heap] Bail out to regular evacuation if new->old fails to allocate a page BUG=chromium:607226, chromium:581412 LOG=N Committed: https://crrev.com/4c880dec6291041d53302d595db9bc948ebf6f52 Cr-Commit-Position: refs/heads/master@{#35844}

Patch Set 1 #

Total comments: 2

Patch Set 2 : addressed comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -9 lines) Patch
M src/heap/mark-compact.cc View 2 chunks +6 lines, -5 lines 0 comments Download
M src/heap/spaces.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/heap/spaces.cc View 1 2 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 16 (7 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1928883002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1928883002/1
4 years, 7 months ago (2016-04-28 06:35:09 UTC) #2
Michael Lippautz
ptal
4 years, 7 months ago (2016-04-28 06:40:58 UTC) #4
Hannes Payer (out of office)
lgtm https://codereview.chromium.org/1928883002/diff/1/src/heap/spaces.cc File src/heap/spaces.cc (right): https://codereview.chromium.org/1928883002/diff/1/src/heap/spaces.cc#newcode1832 src/heap/spaces.cc:1832: if (new_page == nullptr) return false; Maybe leave ...
4 years, 7 months ago (2016-04-28 06:55:48 UTC) #5
Michael Lippautz
https://codereview.chromium.org/1928883002/diff/1/src/heap/spaces.cc File src/heap/spaces.cc (right): https://codereview.chromium.org/1928883002/diff/1/src/heap/spaces.cc#newcode1832 src/heap/spaces.cc:1832: if (new_page == nullptr) return false; On 2016/04/28 06:55:48, ...
4 years, 7 months ago (2016-04-28 07:00:58 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1928883002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1928883002/20001
4 years, 7 months ago (2016-04-28 07:01:17 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-04-28 07:54:15 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1928883002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1928883002/20001
4 years, 7 months ago (2016-04-28 07:58:04 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 7 months ago (2016-04-28 08:01:09 UTC) #14
commit-bot: I haz the power
4 years, 7 months ago (2016-05-01 22:01:50 UTC) #16
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/4c880dec6291041d53302d595db9bc948ebf6f52
Cr-Commit-Position: refs/heads/master@{#35844}

Powered by Google App Engine
This is Rietveld 408576698