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

Issue 367343002: Hydrogenized KeyedLoadGeneric stub: when probing the KeyedLookupCache fails, call the runtime, don'… (Closed)

Created:
6 years, 5 months ago by Jakob Kummerow
Modified:
6 years, 5 months ago
Reviewers:
danno
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Hydrogenized KeyedLoadGeneric stub: when probing the KeyedLookupCache fails, call the runtime, don't stub-fail. R=danno@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22254

Patch Set 1 #

Total comments: 3

Patch Set 2 : stack-allocate IfBuilders #

Patch Set 3 : check for valid builder #

Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -121 lines) Patch
M src/code-stubs-hydrogen.cc View 1 1 chunk +59 lines, -42 lines 0 comments Download
M src/hydrogen.h View 1 2 3 chunks +11 lines, -1 line 0 comments Download
M src/hydrogen.cc View 1 2 14 chunks +72 lines, -78 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Jakob Kummerow
PTAL.
6 years, 5 months ago (2014-07-03 16:19:43 UTC) #1
danno
https://codereview.chromium.org/367343002/diff/1/src/code-stubs-hydrogen.cc File src/code-stubs-hydrogen.cc (right): https://codereview.chromium.org/367343002/diff/1/src/code-stubs-hydrogen.cc#newcode1662 src/code-stubs-hydrogen.cc:1662: IfBuilder* lookup_if = new IfBuilder(this); Shouldn't you just Zone ...
6 years, 5 months ago (2014-07-07 07:59:06 UTC) #2
Jakob Kummerow
https://codereview.chromium.org/367343002/diff/1/src/code-stubs-hydrogen.cc File src/code-stubs-hydrogen.cc (right): https://codereview.chromium.org/367343002/diff/1/src/code-stubs-hydrogen.cc#newcode1662 src/code-stubs-hydrogen.cc:1662: IfBuilder* lookup_if = new IfBuilder(this); On 2014/07/07 07:59:06, danno ...
6 years, 5 months ago (2014-07-07 11:52:10 UTC) #3
danno
lgtm with comment https://codereview.chromium.org/367343002/diff/1/src/code-stubs-hydrogen.cc File src/code-stubs-hydrogen.cc (right): https://codereview.chromium.org/367343002/diff/1/src/code-stubs-hydrogen.cc#newcode1662 src/code-stubs-hydrogen.cc:1662: IfBuilder* lookup_if = new IfBuilder(this); On ...
6 years, 5 months ago (2014-07-07 12:08:45 UTC) #4
Jakob Kummerow
OK, here's a version that stack-allocates those IfBuilders. Do you like it?
6 years, 5 months ago (2014-07-07 13:08:28 UTC) #5
danno
I like this, but it would be great to have some asserts that made sure ...
6 years, 5 months ago (2014-07-07 14:59:52 UTC) #6
Jakob Kummerow
> IfBuilder builder; // Forgot (this) > builder.IfXXXX // What exactly happens here? You'll get ...
6 years, 5 months ago (2014-07-07 15:11:03 UTC) #7
Jakob Kummerow
6 years, 5 months ago (2014-07-07 16:24:59 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 manually as r22254 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698