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

Issue 414443002: Always use the LoadStubCompiler for Load handlers, also for keyedload handlers. (Closed)

Created:
6 years, 5 months ago by Toon Verwaest
Modified:
6 years, 5 months ago
Reviewers:
mvstanton
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Always use the LoadStubCompiler for Load handlers, also for keyedload handlers. BUG= R=mvstanton@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22551

Patch Set 1 #

Patch Set 2 : Ensure that LoadIC can be used to compile keyed load ICs with shared load handlers #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+157 lines, -245 lines) Patch
M src/arm/stub-cache-arm.cc View 1 chunk +2 lines, -7 lines 0 comments Download
M src/arm64/stub-cache-arm64.cc View 1 chunk +2 lines, -7 lines 0 comments Download
M src/code-stubs.h View 3 chunks +61 lines, -91 lines 0 comments Download
M src/code-stubs.cc View 2 chunks +0 lines, -17 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 chunk +2 lines, -7 lines 0 comments Download
M src/ic.h View 1 9 chunks +25 lines, -49 lines 0 comments Download
M src/ic.cc View 1 9 chunks +33 lines, -38 lines 0 comments Download
M src/stub-cache.h View 1 3 chunks +15 lines, -10 lines 0 comments Download
M src/stub-cache.cc View 1 6 chunks +15 lines, -12 lines 2 comments Download
M src/x64/stub-cache-x64.cc View 1 chunk +2 lines, -7 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Toon Verwaest
PTAL
6 years, 5 months ago (2014-07-22 15:40:09 UTC) #1
mvstanton
Looks pretty good, just one question. https://codereview.chromium.org/414443002/diff/40001/src/stub-cache.cc File src/stub-cache.cc (right): https://codereview.chromium.org/414443002/diff/40001/src/stub-cache.cc#newcode1146 src/stub-cache.cc:1146: Code::Flags flags = ...
6 years, 5 months ago (2014-07-23 08:09:29 UTC) #2
Toon Verwaest
https://codereview.chromium.org/414443002/diff/40001/src/stub-cache.cc File src/stub-cache.cc (right): https://codereview.chromium.org/414443002/diff/40001/src/stub-cache.cc#newcode1146 src/stub-cache.cc:1146: Code::Flags flags = Code::ComputeFlags(Code::KEYED_LOAD_IC, MONOMORPHIC, I'll move this stuff ...
6 years, 5 months ago (2014-07-23 10:28:42 UTC) #3
mvstanton
lgtm
6 years, 5 months ago (2014-07-23 10:30:29 UTC) #4
Toon Verwaest
6 years, 5 months ago (2014-07-23 11:16:39 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r22551 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698