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

Issue 1133243006: Remove 64-bit unclean line from heap size estimation (Closed)

Created:
5 years, 7 months ago by Erik Corry Chromium.org
Modified:
5 years, 7 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Remove 64-bit unclean line from heap size estimation R=hpayer@chromium.org BUG= Committed: https://crrev.com/9ff1f53b085832994f8de496853f06229268df9e Cr-Commit-Position: refs/heads/master@{#28503}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Make this change only on 32 bit #

Total comments: 4

Patch Set 3 : Suggestion from Jakob #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M src/heap/heap.h View 1 2 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 26 (9 generated)
Erik Corry Chromium.org
5 years, 7 months ago (2015-05-15 14:13:07 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1133243006/1
5 years, 7 months ago (2015-05-15 14:13:35 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 7 months ago (2015-05-15 14:57:49 UTC) #5
Hannes Payer (out of office)
https://codereview.chromium.org/1133243006/diff/1/src/heap/heap.h File src/heap/heap.h (left): https://codereview.chromium.org/1133243006/diff/1/src/heap/heap.h#oldcode1084 src/heap/heap.h:1084: if (total > kMaxInt) return static_cast<intptr_t>(kMaxInt); Unfortunatly, an overflow ...
5 years, 7 months ago (2015-05-15 15:08:19 UTC) #7
Jakob Kummerow
I don't remember the specifics; this is the CL that introduced that line: https://codereview.chromium.org/70233010 This ...
5 years, 7 months ago (2015-05-15 16:13:34 UTC) #8
Erik Corry
On 2015/05/15 16:13:34, Jakob wrote: > I don't remember the specifics; this is the CL ...
5 years, 7 months ago (2015-05-19 13:49:02 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1133243006/20001
5 years, 7 months ago (2015-05-19 13:53:08 UTC) #11
Jakob Kummerow
Suggestion below. Sven, do you have an opinion? https://codereview.chromium.org/1133243006/diff/20001/src/heap/heap.h File src/heap/heap.h (right): https://codereview.chromium.org/1133243006/diff/20001/src/heap/heap.h#newcode1084 src/heap/heap.h:1084: if ...
5 years, 7 months ago (2015-05-19 14:23:25 UTC) #13
Sven Panne
https://codereview.chromium.org/1133243006/diff/20001/src/heap/heap.h File src/heap/heap.h (right): https://codereview.chromium.org/1133243006/diff/20001/src/heap/heap.h#newcode1084 src/heap/heap.h:1084: if (sizeof(int) < sizeof(int64_t) && total > kMaxInt) { ...
5 years, 7 months ago (2015-05-19 14:41:46 UTC) #14
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 7 months ago (2015-05-19 14:54:07 UTC) #16
Erik Corry Chromium.org
https://codereview.chromium.org/1133243006/diff/20001/src/heap/heap.h File src/heap/heap.h (right): https://codereview.chromium.org/1133243006/diff/20001/src/heap/heap.h#newcode1084 src/heap/heap.h:1084: if (sizeof(int) < sizeof(int64_t) && total > kMaxInt) { ...
5 years, 7 months ago (2015-05-19 15:04:18 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1133243006/40001
5 years, 7 months ago (2015-05-20 09:11:21 UTC) #19
Jakob Kummerow
Patch set 3 LGTM.
5 years, 7 months ago (2015-05-20 09:24:38 UTC) #20
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 7 months ago (2015-05-20 09:39:36 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1133243006/40001
5 years, 7 months ago (2015-05-20 09:40:07 UTC) #24
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 7 months ago (2015-05-20 09:44:26 UTC) #25
commit-bot: I haz the power
5 years, 7 months ago (2015-05-20 09:44:44 UTC) #26
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/9ff1f53b085832994f8de496853f06229268df9e
Cr-Commit-Position: refs/heads/master@{#28503}

Powered by Google App Engine
This is Rietveld 408576698