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

Issue 2827263004: Fix HashTable growth strategy to be 2x instead of 4x (Closed)

Created:
3 years, 8 months ago by Jakob Kummerow
Modified:
3 years, 8 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

Fix HashTable growth strategy to be 2x instead of 4x Review-Url: https://codereview.chromium.org/2827263004 Cr-Commit-Position: refs/heads/master@{#44783} Committed: https://chromium.googlesource.com/v8/v8/+/75ce09b53392eee23f3c0c6727463f9d9ef9c73f

Patch Set 1 #

Patch Set 2 : update CSA; fix test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -14 lines) Patch
M src/code-stub-assembler.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M src/objects.cc View 1 chunk +6 lines, -8 lines 0 comments Download
M src/objects-inl.h View 1 1 chunk +5 lines, -1 line 0 comments Download
M test/mjsunit/ensure-growing-store-learns.js View 1 1 chunk +2 lines, -2 lines 0 comments Download
M test/unittests/object-unittest.cc View 2 chunks +60 lines, -0 lines 0 comments Download
M tools/dev/gm.py View 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 21 (8 generated)
Jakob Kummerow
PTAL.
3 years, 8 months ago (2017-04-20 16:57:21 UTC) #2
Toon Verwaest
Cool, lgtm. Let's hope we only see memory usage improvements and no perf regressions ;-)
3 years, 8 months ago (2017-04-20 19:12:14 UTC) #3
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/2827263004/1
3 years, 8 months ago (2017-04-20 19:40:36 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_avx2_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel_ng/builds/20649) v8_linux64_avx2_rel_ng_triggered on master.tryserver.v8 (JOB_FAILED, ...
3 years, 8 months ago (2017-04-20 20:00:07 UTC) #7
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/2827263004/20001
3 years, 8 months ago (2017-04-21 17:01:22 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/v8/v8/+/75ce09b53392eee23f3c0c6727463f9d9ef9c73f
3 years, 8 months ago (2017-04-21 17:31:37 UTC) #13
Michael Achenbach
FYI: flako points to this CL as the source for recent asan flakiness, e.g.: https://build.chromium.org/p/client.v8/builders/V8%20Linux64%20ASAN/builds/19871/steps/Check%20%28flakes%29/logs/regress-430201 ...
3 years, 8 months ago (2017-04-26 09:41:03 UTC) #15
Michael Achenbach
On 2017/04/26 09:41:03, Michael Achenbach wrote: > FYI: flako points to this CL as the ...
3 years, 8 months ago (2017-04-26 09:41:58 UTC) #16
Toon Verwaest
This CL reduces memory usage, so increasing OOM would surprise me ...
3 years, 8 months ago (2017-04-26 09:43:28 UTC) #17
Michael Achenbach
Then some other sort of crasher?
3 years, 8 months ago (2017-04-26 09:46:40 UTC) #18
Toon Verwaest
I'd be surprised since it just changes the calculation of 2 numbers.
3 years, 8 months ago (2017-04-26 09:53:30 UTC) #19
Michael Achenbach
On 2017/04/26 09:53:30, Toon Verwaest wrote: > I'd be surprised since it just changes the ...
3 years, 8 months ago (2017-04-26 09:54:44 UTC) #20
Michael Achenbach
3 years, 8 months ago (2017-04-26 09:56:02 UTC) #21
Message was sent while issue was closed.
On 2017/04/26 09:54:44, Michael Achenbach wrote:
> On 2017/04/26 09:53:30, Toon Verwaest wrote:
> > I'd be surprised since it just changes the calculation of 2 numbers.
> 
> Well then the usual: Flushes out a different bug :) But somebody needs to look
> at it...

Bug for this is http://crbug.com/v8/6305 - lets talk there...

Powered by Google App Engine
This is Rietveld 408576698