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

Issue 2652213003: [stubs] KeyedLoadIC_Generic: prototype chain lookup support (Closed)

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

Description

[stubs] KeyedLoadIC_Generic: prototype chain lookup support (reland) Performing lookups on the prototype chain in the stub avoids a bunch of slow-path runtime calls. For now, only receivers with dictionary-mode properties do this; fast-mode receivers will follow if it's beneficial. (previously landed as r42751 / 82e10f5fbac) Review-Url: https://codereview.chromium.org/2652213003 Cr-Commit-Position: refs/heads/master@{#42785} Committed: https://chromium.googlesource.com/v8/v8/+/e42da75c9eaa604353623b0bb17051513f05410a

Patch Set 1 #

Total comments: 5

Patch Set 2 : address nit #

Patch Set 3 : rebased for reland #

Patch Set 4 : fix private symbols #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -2 lines) Patch
M src/ic/accessor-assembler.cc View 1 2 3 3 chunks +50 lines, -2 lines 0 comments Download

Messages

Total messages: 23 (11 generated)
Jakob Kummerow
PTAL. Modeled after CSA::TryPrototypeChainLookup, but sufficiently different that I'm not sure unification is worth it. ...
3 years, 11 months ago (2017-01-25 16:40:06 UTC) #2
Igor Sheludko
lgtm with nits: https://codereview.chromium.org/2652213003/diff/1/src/ic/accessor-assembler.cc File src/ic/accessor-assembler.cc (right): https://codereview.chromium.org/2652213003/diff/1/src/ic/accessor-assembler.cc#newcode1564 src/ic/accessor-assembler.cc:1564: GotoIf(Word32Equal(var_holder_instance_type.value(), I guess we can move ...
3 years, 10 months ago (2017-01-27 08:58:08 UTC) #3
Jakob Kummerow
Thanks, landing. https://codereview.chromium.org/2652213003/diff/1/src/ic/accessor-assembler.cc File src/ic/accessor-assembler.cc (right): https://codereview.chromium.org/2652213003/diff/1/src/ic/accessor-assembler.cc#newcode1564 src/ic/accessor-assembler.cc:1564: GotoIf(Word32Equal(var_holder_instance_type.value(), On 2017/01/27 08:58:08, Igor Sheludko wrote: ...
3 years, 10 months ago (2017-01-28 01:41:29 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/2652213003/20001
3 years, 10 months ago (2017-01-28 01:41:38 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_dbg_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_dbg_ng/builds/20141) v8_linux_dbg_ng_triggered on master.tryserver.v8 (JOB_FAILED, ...
3 years, 10 months ago (2017-01-28 01:50:28 UTC) #9
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/2652213003/20001
3 years, 10 months ago (2017-01-28 02:50:49 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/v8/v8/+/82e10f5fbacbbd71bc65e99322f432470692bf41
3 years, 10 months ago (2017-01-28 03:08:15 UTC) #14
Michael Achenbach
A revert of this CL (patchset #2 id:20001) has been created in https://codereview.chromium.org/2657393002/ by machenbach@chromium.org. ...
3 years, 10 months ago (2017-01-28 11:23:17 UTC) #15
Jakob Kummerow
Ah, yes, of course, private symbols require special handling. PTAL at patch set 3->4.
3 years, 10 months ago (2017-01-30 06:57:14 UTC) #17
Igor Sheludko
lgtm
3 years, 10 months ago (2017-01-30 08:31:46 UTC) #18
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/2652213003/60001
3 years, 10 months ago (2017-01-30 18:26:45 UTC) #20
commit-bot: I haz the power
3 years, 10 months ago (2017-01-30 18:56:25 UTC) #23
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/v8/v8/+/e42da75c9eaa604353623b0bb17051513f0...

Powered by Google App Engine
This is Rietveld 408576698