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

Issue 184103004: FastNewClosureStub failed to load the cached literals array. (Closed)

Created:
6 years, 9 months ago by mvstanton
Modified:
6 years, 9 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

FastNewClosureStub failed to load the cached literals array. Also, less efficient code was generated because of negative keyed load offsets. I changed this to benefit from HLoadKeyed dehoisting. BUG=v8:3185 LOG=N R=yangguo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=19846

Patch Set 1 #

Patch Set 2 : Simplified loop. #

Total comments: 2

Patch Set 3 : Addressed comments. #

Patch Set 4 : REBASE. #

Patch Set 5 : Found a bug, and some refactoring. #

Total comments: 2

Patch Set 6 : Comment response. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -94 lines) Patch
M src/code-stubs-hydrogen.cc View 1 2 3 4 5 7 chunks +87 lines, -75 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 3 4 1 chunk +0 lines, -12 lines 0 comments Download
M src/objects.h View 1 2 3 4 1 chunk +0 lines, -7 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
mvstanton
Hi Yang, PTAL. --Michael
6 years, 9 months ago (2014-02-28 16:15:30 UTC) #1
Yang
https://codereview.chromium.org/184103004/diff/20001/src/code-stubs-hydrogen.cc File src/code-stubs-hydrogen.cc (right): https://codereview.chromium.org/184103004/diff/20001/src/code-stubs-hydrogen.cc#newcode1272 src/code-stubs-hydrogen.cc:1272: // slot iterator is pointing behind the record we ...
6 years, 9 months ago (2014-03-03 08:27:02 UTC) #2
Yang
lgtm if comment removed.
6 years, 9 months ago (2014-03-03 08:48:02 UTC) #3
mvstanton
Thanks Yang, addressed comments. Will check in after tree opens. https://codereview.chromium.org/184103004/diff/20001/src/code-stubs-hydrogen.cc File src/code-stubs-hydrogen.cc (right): https://codereview.chromium.org/184103004/diff/20001/src/code-stubs-hydrogen.cc#newcode1272 ...
6 years, 9 months ago (2014-03-03 09:35:51 UTC) #4
mvstanton
Hi Yang, There was a logic error in my refactoring. I've fixed that, and refactored ...
6 years, 9 months ago (2014-03-10 09:11:27 UTC) #5
Yang
LGTM, except for the thing we talked about offline. https://codereview.chromium.org/184103004/diff/80001/src/code-stubs-hydrogen.cc File src/code-stubs-hydrogen.cc (right): https://codereview.chromium.org/184103004/diff/80001/src/code-stubs-hydrogen.cc#newcode103 src/code-stubs-hydrogen.cc:103: ...
6 years, 9 months ago (2014-03-10 14:00:23 UTC) #6
mvstanton
Thanks, Yang. Your idea of doing the check after the loop works nicely. Overall, it's ...
6 years, 9 months ago (2014-03-12 13:28:18 UTC) #7
mvstanton
6 years, 9 months ago (2014-03-12 13:29:48 UTC) #8
Message was sent while issue was closed.
Committed patchset #6 manually as r19846 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698