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

Issue 2362453004: [stubs] KeyedLoadIC_Megamorphic: support getters (Closed)

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

Description

[stubs] KeyedLoadIC_Megamorphic: support getters This extends the KeyedLoadIC_Megamorphic stub to call getters it found on the receiver without falling back to a runtime call. Committed: https://crrev.com/c636334829065d5ff5fb064693655e6db6444afd Cr-Commit-Position: refs/heads/master@{#39688}

Patch Set 1 #

Total comments: 4

Patch Set 2 : address comment #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -63 lines) Patch
M src/builtins/builtins.h View 2 chunks +23 lines, -23 lines 0 comments Download
M src/code-stub-assembler.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M src/code-stub-assembler.cc View 1 2 3 chunks +53 lines, -40 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
Jakob Kummerow
PTAL. Reusing some existing code to take care of a TODO :-) https://codereview.chromium.org/2362453004/diff/1/src/builtins/builtins.h File src/builtins/builtins.h ...
4 years, 3 months ago (2016-09-23 01:38:55 UTC) #2
Igor Sheludko
lgtm modulo suggestion: https://codereview.chromium.org/2362453004/diff/1/src/code-stub-assembler.cc File src/code-stub-assembler.cc (right): https://codereview.chromium.org/2362453004/diff/1/src/code-stub-assembler.cc#newcode3159 src/code-stub-assembler.cc:3159: void CodeStubAssembler::ReturnValueOrCallGetter(Variable* var_value, I have a ...
4 years, 3 months ago (2016-09-23 07:11:25 UTC) #3
Jakob Kummerow
Thanks, landing. https://codereview.chromium.org/2362453004/diff/1/src/code-stub-assembler.cc File src/code-stub-assembler.cc (right): https://codereview.chromium.org/2362453004/diff/1/src/code-stub-assembler.cc#newcode3159 src/code-stub-assembler.cc:3159: void CodeStubAssembler::ReturnValueOrCallGetter(Variable* var_value, On 2016/09/23 07:11:24, Igor ...
4 years, 3 months ago (2016-09-23 18:12:23 UTC) #4
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/2362453004/40001
4 years, 3 months ago (2016-09-23 18:14:03 UTC) #7
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-09-23 18:48:10 UTC) #8
commit-bot: I haz the power
4 years, 3 months ago (2016-09-23 18:48:31 UTC) #10
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/c636334829065d5ff5fb064693655e6db6444afd
Cr-Commit-Position: refs/heads/master@{#39688}

Powered by Google App Engine
This is Rietveld 408576698