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

Issue 2617393002: [stubs] Ensure generated CalculateNewElementsCapacity is identical to runtime version (Closed)

Created:
3 years, 11 months ago by danno
Modified:
3 years, 11 months ago
Reviewers:
Igor Sheludko
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[stubs] Ensure generated CalculateNewElementsCapacity is identical to runtime version The original TF port didn't maintain the same semantics as the CS/runtime implementation, and in fact introduced a bug that grew capacity too slowly on 32-bit platforms. R=ishell@chromium.org LOG=N Review-Url: https://codereview.chromium.org/2617393002 Cr-Commit-Position: refs/heads/master@{#42155} Committed: https://chromium.googlesource.com/v8/v8/+/8e19a2c4972bb7c3aae723c37999bedd3f8343dc

Patch Set 1 #

Total comments: 2

Patch Set 2 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -24 lines) Patch
M src/code-stub-assembler.h View 1 1 chunk +27 lines, -10 lines 0 comments Download
M src/code-stub-assembler.cc View 1 2 chunks +5 lines, -14 lines 0 comments Download
M test/cctest/test-code-stub-assembler.cc View 1 1 chunk +65 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (17 generated)
danno
ptal
3 years, 11 months ago (2017-01-09 13:52:48 UTC) #6
Igor Sheludko
lgtm once you make the verifier happy: https://codereview.chromium.org/2617393002/diff/1/src/code-stub-assembler.cc File src/code-stub-assembler.cc (right): https://codereview.chromium.org/2617393002/diff/1/src/code-stub-assembler.cc#newcode2348 src/code-stub-assembler.cc:2348: if (mode ...
3 years, 11 months ago (2017-01-09 14:53:10 UTC) #9
danno
feedback addressed https://codereview.chromium.org/2617393002/diff/1/src/code-stub-assembler.cc File src/code-stub-assembler.cc (right): https://codereview.chromium.org/2617393002/diff/1/src/code-stub-assembler.cc#newcode2348 src/code-stub-assembler.cc:2348: if (mode == SMI_PARAMETERS) { On 2017/01/09 ...
3 years, 11 months ago (2017-01-10 01:39:53 UTC) #14
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/2617393002/20001
3 years, 11 months ago (2017-01-10 01:46:34 UTC) #19
commit-bot: I haz the power
3 years, 11 months ago (2017-01-10 01:48:16 UTC) #22
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/8e19a2c4972bb7c3aae723c37999bedd3f8...

Powered by Google App Engine
This is Rietveld 408576698