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

Issue 2846963003: Array.prototype.map write error. (Closed)

Created:
3 years, 7 months ago by mvstanton
Modified:
3 years, 7 months ago
Reviewers:
Benedikt Meurer, danno
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

Array.prototype.map write error. More care must be taken to remain on the fast path in the face of @@species constructors. BUG=chromium:716044 Review-Url: https://codereview.chromium.org/2846963003 Cr-Commit-Position: refs/heads/master@{#45065} Committed: https://chromium.googlesource.com/v8/v8/+/192984ea88badc0c02e22e528b1243a9efa46f90

Patch Set 1 #

Patch Set 2 : Remove incorrect line. #

Patch Set 3 : fixed representation bug #

Total comments: 2

Patch Set 4 : Bug fixes. #

Patch Set 5 : Release build issue. #

Patch Set 6 : REBASE. #

Total comments: 6

Patch Set 7 : REBASE/nits. #

Patch Set 8 : Better nit repair! #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -25 lines) Patch
M src/builtins/builtins-array-gen.cc View 1 2 3 4 5 6 7 13 chunks +62 lines, -24 lines 0 comments Download
M src/code-stub-assembler.h View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M test/mjsunit/mjsunit.status View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A test/mjsunit/regress/regress-716044.js View 1 chunk +25 lines, -0 lines 0 comments Download

Messages

Total messages: 47 (36 generated)
mvstanton1
Hi Benedikt, hi Danno, Here is the fix for the map issue we've discussed. Map() ...
3 years, 7 months ago (2017-04-28 13:53:28 UTC) #6
Benedikt Meurer
Looks good as ducktape, but middle-term we should find a better way to deal with ...
3 years, 7 months ago (2017-04-28 17:13:37 UTC) #9
danno
https://codereview.chromium.org/2846963003/diff/40001/src/builtins/builtins-array-gen.cc File src/builtins/builtins-array-gen.cc (right): https://codereview.chromium.org/2846963003/diff/40001/src/builtins/builtins-array-gen.cc#newcode224 src/builtins/builtins-array-gen.cc:224: force_slow_.Bind(SmiConstant(1)); Would it be a little cleaner to just ...
3 years, 7 months ago (2017-04-29 09:27:14 UTC) #14
mvstanton
Hi Danno, have another look based on our discussion, thanks!
3 years, 7 months ago (2017-05-02 10:39:52 UTC) #27
danno
lgtm with comments https://codereview.chromium.org/2846963003/diff/100001/src/builtins/builtins-array-gen.cc File src/builtins/builtins-array-gen.cc (right): https://codereview.chromium.org/2846963003/diff/100001/src/builtins/builtins-array-gen.cc#newcode21 src/builtins/builtins-array-gen.cc:21: // A jump to label {slow_elements} ...
3 years, 7 months ago (2017-05-02 10:58:31 UTC) #28
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/2846963003/120001
3 years, 7 months ago (2017-05-03 12:19:18 UTC) #32
mvstanton
Thanks! Submitting. https://codereview.chromium.org/2846963003/diff/100001/src/builtins/builtins-array-gen.cc File src/builtins/builtins-array-gen.cc (right): https://codereview.chromium.org/2846963003/diff/100001/src/builtins/builtins-array-gen.cc#newcode21 src/builtins/builtins-array-gen.cc:21: // A jump to label {slow_elements} allows ...
3 years, 7 months ago (2017-05-03 12:19:36 UTC) #34
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/2846963003/140001
3 years, 7 months ago (2017-05-03 12:34:40 UTC) #40
commit-bot: I haz the power
Try jobs failed on following builders: v8_win_compile_dbg on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_compile_dbg/builds/36993)
3 years, 7 months ago (2017-05-03 12:39:25 UTC) #42
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/2846963003/140001
3 years, 7 months ago (2017-05-03 14:06:08 UTC) #44
commit-bot: I haz the power
3 years, 7 months ago (2017-05-03 14:11:51 UTC) #47
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://chromium.googlesource.com/v8/v8/+/192984ea88badc0c02e22e528b1243a9efa...

Powered by Google App Engine
This is Rietveld 408576698