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

Issue 1325483002: Adding ElementsAccessor::Pop (Closed)

Created:
5 years, 3 months ago by Camillo Bruni
Modified:
5 years, 3 months ago
Reviewers:
Igor Sheludko
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@2015-08-27_array_builtin_slice
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Adding ElementsAccessor::Pop Moving FastElements path to ElementsAccessor. BUG= Committed: https://crrev.com/ca8134c834e96eacb3c7756683fdf8220ba5054a Cr-Commit-Position: refs/heads/master@{#30477}

Patch Set 1 #

Patch Set 2 : fixing holey pop #

Total comments: 6

Patch Set 3 : Addressing comments #

Messages

Total messages: 19 (7 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1325483002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1325483002/1
5 years, 3 months ago (2015-08-28 12:13:04 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_arm64_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel/builds/9095)
5 years, 3 months ago (2015-08-28 12:26:18 UTC) #4
Camillo Bruni
PTAL https://codereview.chromium.org/1325483002/diff/20001/src/builtins.cc File src/builtins.cc (right): https://codereview.chromium.org/1325483002/diff/20001/src/builtins.cc#newcode394 src/builtins.cc:394: result = isolate->factory()->undefined_value(); I am not fully convinced ...
5 years, 3 months ago (2015-08-28 14:08:11 UTC) #6
Camillo Bruni
PTAL https://codereview.chromium.org/1325483002/diff/20001/src/builtins.cc File src/builtins.cc (right): https://codereview.chromium.org/1325483002/diff/20001/src/builtins.cc#newcode390 src/builtins.cc:390: if (IsJSArrayFastElementMovingAllowed(isolate, JSArray::cast(*receiver))) { Using this separate branch ...
5 years, 3 months ago (2015-08-31 07:45:50 UTC) #8
Igor Sheludko
https://codereview.chromium.org/1325483002/diff/20001/src/builtins.cc File src/builtins.cc (right): https://codereview.chromium.org/1325483002/diff/20001/src/builtins.cc#newcode393 src/builtins.cc:393: if (result->IsTheHole()) { I think hole handling should be ...
5 years, 3 months ago (2015-08-31 14:08:03 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/1325483002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1325483002/40001
5 years, 3 months ago (2015-08-31 14:40:30 UTC) #11
Camillo Bruni
Addressed comments https://codereview.chromium.org/1325483002/diff/20001/src/builtins.cc File src/builtins.cc (right): https://codereview.chromium.org/1325483002/diff/20001/src/builtins.cc#newcode393 src/builtins.cc:393: if (result->IsTheHole()) { On 2015/08/31 at 14:08:03, ...
5 years, 3 months ago (2015-08-31 14:41:35 UTC) #12
Igor Sheludko
lgtm
5 years, 3 months ago (2015-08-31 14:54:10 UTC) #13
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-08-31 15:05:28 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1325483002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1325483002/40001
5 years, 3 months ago (2015-08-31 15:16:24 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 3 months ago (2015-08-31 15:18:06 UTC) #18
commit-bot: I haz the power
5 years, 3 months ago (2015-08-31 15:18:20 UTC) #19
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/ca8134c834e96eacb3c7756683fdf8220ba5054a
Cr-Commit-Position: refs/heads/master@{#30477}

Powered by Google App Engine
This is Rietveld 408576698