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

Issue 2593043002: [heap] New API for increasing the heap limit for debugging. (Closed)

Created:
4 years ago by ulan
Modified:
3 years, 12 months ago
CC:
v8-reviews_googlegroups.com, Hannes Payer (out of office), ulan
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[heap] New API for increasing the heap limit for debugging. BUG=chromium:675911 Review-Url: https://codereview.chromium.org/2593043002 Cr-Commit-Position: refs/heads/master@{#41957} Committed: https://chromium.googlesource.com/v8/v8/+/d6c66dbce610713fc96edc94e6a7036a7ef6c695

Patch Set 1 #

Total comments: 6

Patch Set 2 : make IncreaseHeapLimitForDebugging idempotent #

Patch Set 3 : add test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -2 lines) Patch
M include/v8.h View 1 chunk +11 lines, -0 lines 0 comments Download
M src/api.cc View 2 chunks +10 lines, -1 line 0 comments Download
M src/heap/heap.h View 1 2 2 chunks +18 lines, -0 lines 0 comments Download
M src/heap/heap.cc View 2 chunks +2 lines, -1 line 0 comments Download
M test/cctest/test-api.cc View 1 2 1 chunk +19 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
ulan
PTAL. Open to suggestions for constants.
4 years ago (2016-12-21 17:14:18 UTC) #2
Hannes Payer (out of office)
https://codereview.chromium.org/2593043002/diff/1/src/heap/heap.h File src/heap/heap.h (right): https://codereview.chromium.org/2593043002/diff/1/src/heap/heap.h#newcode958 src/heap/heap.h:958: Min(max_limit, max_old_generation_size_ * kDebugHeapSizeFactor)); Isn't the requirement on 32-bit ...
4 years ago (2016-12-22 11:50:29 UTC) #3
ulan
https://codereview.chromium.org/2593043002/diff/1/src/heap/heap.h File src/heap/heap.h (right): https://codereview.chromium.org/2593043002/diff/1/src/heap/heap.h#newcode958 src/heap/heap.h:958: Min(max_limit, max_old_generation_size_ * kDebugHeapSizeFactor)); On 2016/12/22 11:50:29, Hannes Payer ...
4 years ago (2016-12-22 14:04:51 UTC) #4
Hannes Payer (out of office)
lgtm https://codereview.chromium.org/2593043002/diff/1/src/heap/heap.h File src/heap/heap.h (right): https://codereview.chromium.org/2593043002/diff/1/src/heap/heap.h#newcode963 src/heap/heap.h:963: size_t min_limit = SizeOfObjects() + SizeOfObjects() / 4; ...
3 years, 12 months ago (2016-12-23 07:49:56 UTC) #5
ulan
https://codereview.chromium.org/2593043002/diff/1/src/heap/heap.h File src/heap/heap.h (right): https://codereview.chromium.org/2593043002/diff/1/src/heap/heap.h#newcode963 src/heap/heap.h:963: size_t min_limit = SizeOfObjects() + SizeOfObjects() / 4; On ...
3 years, 12 months ago (2016-12-27 12:41:35 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2593043002/40001
3 years, 12 months ago (2016-12-27 12:41:42 UTC) #9
commit-bot: I haz the power
3 years, 12 months ago (2016-12-27 13:30:05 UTC) #12
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/v8/v8/+/d6c66dbce610713fc96edc94e6a7036a7ef...

Powered by Google App Engine
This is Rietveld 408576698