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

Issue 1995453002: [stubs] Extend HasProperty stub with dictionary-mode and double-elements objects support. (Closed)

Created:
4 years, 7 months ago by Igor Sheludko
Modified:
4 years, 6 months ago
Reviewers:
Toon Verwaest
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[stubs] Extend HasProperty stub with dictionary-mode, string wrapper and double-elements objects support. This CL also replaces some Branch() usages with GotoIf/GotoUnless. (This is a reland after fixing issues that prevented this CL from landing in other CLs). BUG=v8:2743 LOG=Y Committed: https://crrev.com/24066b6df4259b302edfa1db884c479008776a7e Cr-Commit-Position: refs/heads/master@{#36657} Committed: https://crrev.com/3c4f903e561d23bbec3b33767b51699be79f7b2d Cr-Commit-Position: refs/heads/master@{#36686}

Patch Set 1 #

Patch Set 2 : Fixed 32-bit platform issues #

Patch Set 3 : Fixes and ArrayIndex-related cleanup in objects.h/.cc #

Total comments: 6

Patch Set 4 : Adding tests, fixing bugs and cleaning up stuff #

Patch Set 5 : Rebasing and cleanup #

Total comments: 1

Patch Set 6 : Fix for GCC issue #

Patch Set 7 : Rebasing #

Patch Set 8 : Fix for GCC compilation issue #

Patch Set 9 : Rebasing after extracting a couple of test infrastructure fixes to separate CLs #

Patch Set 10 : Drive-by fix: replace Load()s with LoadObjectField()s #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1156 lines, -177 lines) Patch
M src/code-stub-assembler.h View 1 2 3 4 5 6 5 chunks +40 lines, -8 lines 0 comments Download
M src/code-stub-assembler.cc View 1 2 3 4 5 6 7 8 9 9 chunks +379 lines, -99 lines 0 comments Download
M src/globals.h View 1 2 3 4 5 1 chunk +9 lines, -0 lines 0 comments Download
M src/objects.h View 1 2 3 4 5 6 7 8 6 chunks +11 lines, -34 lines 0 comments Download
M src/objects.cc View 1 2 3 4 5 6 7 8 3 chunks +8 lines, -11 lines 0 comments Download
M src/objects-printer.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M src/utils.cc View 1 2 3 4 1 chunk +2 lines, -5 lines 0 comments Download
M test/cctest/compiler/function-tester.h View 1 2 3 4 4 chunks +37 lines, -19 lines 0 comments Download
M test/cctest/test-code-stub-assembler.cc View 1 2 3 4 5 6 7 8 2 chunks +669 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 76 (42 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/1995453002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1995453002/1
4 years, 7 months ago (2016-05-18 07:48:15 UTC) #3
Igor Sheludko
PTAL
4 years, 7 months ago (2016-05-18 07:48:31 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_arm_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm_rel_ng/builds/1736) v8_linux_rel_ng on ...
4 years, 7 months ago (2016-05-18 07:51:49 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1995453002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1995453002/40001
4 years, 7 months ago (2016-05-18 09:10:40 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_mac_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_mac_rel_ng/builds/1772) v8_mac_rel_ng_triggered on ...
4 years, 7 months ago (2016-05-18 09:31:57 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1995453002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1995453002/80001
4 years, 7 months ago (2016-05-18 19:11:17 UTC) #15
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-18 19:46:58 UTC) #17
Igor Sheludko
I updated the CL, now it works :)
4 years, 7 months ago (2016-05-18 20:13:36 UTC) #18
Toon Verwaest
lgtm. may want to check with TF guys about the double-hole-check on 32bit https://codereview.chromium.org/1995453002/diff/80001/src/code-stub-assembler.cc File ...
4 years, 7 months ago (2016-05-19 14:50:22 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1995453002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1995453002/160001
4 years, 6 months ago (2016-05-30 08:56:55 UTC) #25
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_android_arm_compile_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_android_arm_compile_rel/builds/18328) v8_linux_dbg_ng on ...
4 years, 6 months ago (2016-05-30 08:58:07 UTC) #27
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1995453002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1995453002/200001
4 years, 6 months ago (2016-05-30 12:05:24 UTC) #30
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_gcc_compile_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_gcc_compile_rel/builds/16865)
4 years, 6 months ago (2016-05-30 12:11:12 UTC) #32
Igor Sheludko
Addressed comments and added unit tests. https://codereview.chromium.org/1995453002/diff/80001/src/code-stub-assembler.cc File src/code-stub-assembler.cc (right): https://codereview.chromium.org/1995453002/diff/80001/src/code-stub-assembler.cc#newcode1397 src/code-stub-assembler.cc:1397: Variable var_entry(this, MachineType::PointerRepresentation()); ...
4 years, 6 months ago (2016-05-30 12:11:34 UTC) #33
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1995453002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1995453002/220001
4 years, 6 months ago (2016-05-30 12:28:11 UTC) #35
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-05-30 12:54:56 UTC) #37
Toon Verwaest
lgtm
4 years, 6 months ago (2016-06-01 14:51:39 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1995453002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1995453002/220001
4 years, 6 months ago (2016-06-01 17:23:47 UTC) #40
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_chromium_gn_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_chromium_gn_rel/builds/18688)
4 years, 6 months ago (2016-06-01 17:30:38 UTC) #42
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1995453002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1995453002/240001
4 years, 6 months ago (2016-06-01 18:32:13 UTC) #44
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_gcc_compile_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_gcc_compile_rel/builds/16994)
4 years, 6 months ago (2016-06-01 18:53:12 UTC) #46
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1995453002/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1995453002/280001
4 years, 6 months ago (2016-06-01 19:26:28 UTC) #48
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-01 19:56:12 UTC) #51
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1995453002/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1995453002/280001
4 years, 6 months ago (2016-06-01 19:56:49 UTC) #54
commit-bot: I haz the power
Committed patchset #8 (id:280001)
4 years, 6 months ago (2016-06-01 19:58:58 UTC) #56
commit-bot: I haz the power
Patchset 8 (id:??) landed as https://crrev.com/24066b6df4259b302edfa1db884c479008776a7e Cr-Commit-Position: refs/heads/master@{#36657}
4 years, 6 months ago (2016-06-01 20:00:32 UTC) #58
Igor Sheludko
A revert of this CL (patchset #8 id:280001) has been created in https://codereview.chromium.org/2028333002/ by ishell@chromium.org. ...
4 years, 6 months ago (2016-06-01 21:08:09 UTC) #59
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1995453002/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1995453002/340001
4 years, 6 months ago (2016-06-02 14:24:02 UTC) #64
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-02 14:59:31 UTC) #67
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1995453002/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1995453002/340001
4 years, 6 months ago (2016-06-02 15:00:38 UTC) #70
commit-bot: I haz the power
Committed patchset #10 (id:340001)
4 years, 6 months ago (2016-06-02 15:02:18 UTC) #72
commit-bot: I haz the power
Patchset 10 (id:??) landed as https://crrev.com/3c4f903e561d23bbec3b33767b51699be79f7b2d Cr-Commit-Position: refs/heads/master@{#36686}
4 years, 6 months ago (2016-06-02 15:03:08 UTC) #74
adamk
On 2016/06/02 15:03:08, commit-bot: I haz the power wrote: > Patchset 10 (id:??) landed as ...
4 years, 6 months ago (2016-06-04 00:03:36 UTC) #75
Igor Sheludko
4 years, 6 months ago (2016-06-07 14:17:01 UTC) #76
Message was sent while issue was closed.
On 2016/06/04 00:03:36, adamk wrote:
> On 2016/06/02 15:03:08, commit-bot: I haz the power wrote:
> > Patchset 10 (id:??) landed as
> > https://crrev.com/3c4f903e561d23bbec3b33767b51699be79f7b2d
> > Cr-Commit-Position: refs/heads/master@{#36686}
> 
> I saw a crash under v8_enable_slow_dchecks, which showed up on the bots once
so
> far:
> 
>
https://build.chromium.org/p/client.v8/builders/V8%20Linux%20-%20noi18n%20-%2...
> 
> Not sure why it started crashing, though I'm fairly confident it wasn't due to
> my change
>
(https://chromium.googlesource.com/v8/v8/+/4cc2a73185f2d86ac6b18fd8935bb1f72ad...)

Fix is on the way: https://codereview.chromium.org/2044003004/

Powered by Google App Engine
This is Rietveld 408576698