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

Issue 2079823002: [stubs] Implementing CodeStubAssembler::GetOwnProperty(). (Closed)

Created:
4 years, 6 months ago by Igor Sheludko
Modified:
4 years, 5 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] Implementing CodeStubAssembler::GetOwnProperty(). This is a building block for GetPropertyStub. It supports querying fast, slow and global objects without native accessors and interceptors. BUG=v8:4911 LOG=Y Committed: https://crrev.com/23332fe8296b48e66775e352de4759494553c12c Cr-Commit-Position: refs/heads/master@{#37291}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fixing TryHasOwnProperty and addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+752 lines, -77 lines) Patch
M src/builtins.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/code-stub-assembler.h View 1 4 chunks +66 lines, -2 lines 0 comments Download
M src/code-stub-assembler.cc View 1 14 chunks +352 lines, -44 lines 0 comments Download
M src/code-stubs.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 7 chunks +20 lines, -4 lines 0 comments Download
M src/objects.cc View 3 chunks +5 lines, -6 lines 0 comments Download
M src/objects-inl.h View 2 chunks +5 lines, -5 lines 0 comments Download
M test/cctest/test-code-stub-assembler.cc View 1 10 chunks +302 lines, -14 lines 0 comments Download

Messages

Total messages: 43 (26 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/2079823002/1
4 years, 6 months ago (2016-06-17 16:17:46 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_win_nosnap_shared_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_nosnap_shared_rel_ng/builds/3480)
4 years, 6 months ago (2016-06-17 16:22:37 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2079823002/60001
4 years, 6 months ago (2016-06-20 07:49:28 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-20 08:22:17 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2079823002/100001
4 years, 6 months ago (2016-06-21 12:48:30 UTC) #16
Igor Sheludko
PTAL
4 years, 6 months ago (2016-06-21 12:52:10 UTC) #21
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-21 13:17:00 UTC) #23
Toon Verwaest
https://codereview.chromium.org/2079823002/diff/100001/src/code-stub-assembler.cc File src/code-stub-assembler.cc (right): https://codereview.chromium.org/2079823002/diff/100001/src/code-stub-assembler.cc#newcode1719 src/code-stub-assembler.cc:1719: GotoIf(Word32NotEqual(Word32And(bit_field, mask), Int32Constant(0)), This shouldn't be possible if we ...
4 years, 6 months ago (2016-06-23 12:34:55 UTC) #24
Igor Sheludko
PTAL again https://codereview.chromium.org/2079823002/diff/100001/src/code-stub-assembler.cc File src/code-stub-assembler.cc (right): https://codereview.chromium.org/2079823002/diff/100001/src/code-stub-assembler.cc#newcode1719 src/code-stub-assembler.cc:1719: GotoIf(Word32NotEqual(Word32And(bit_field, mask), Int32Constant(0)), On 2016/06/23 12:34:54, Toon ...
4 years, 5 months ago (2016-06-27 09:32:17 UTC) #27
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2079823002/160001
4 years, 5 months ago (2016-06-27 09:54:24 UTC) #29
commit-bot: I haz the power
Dry run: 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/3838)
4 years, 5 months ago (2016-06-27 10:00:20 UTC) #31
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2079823002/180001
4 years, 5 months ago (2016-06-27 10:15:52 UTC) #34
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-06-27 10:40:58 UTC) #36
Toon Verwaest
lgtm
4 years, 5 months ago (2016-06-27 12:13:26 UTC) #37
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/2079823002/180001
4 years, 5 months ago (2016-06-27 12:17:38 UTC) #39
commit-bot: I haz the power
Committed patchset #2 (id:180001)
4 years, 5 months ago (2016-06-27 12:27:04 UTC) #41
commit-bot: I haz the power
4 years, 5 months ago (2016-06-27 12:27:49 UTC) #43
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/23332fe8296b48e66775e352de4759494553c12c
Cr-Commit-Position: refs/heads/master@{#37291}

Powered by Google App Engine
This is Rietveld 408576698