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

Issue 350293003: Cleanup CallInterfaceDescriptor (Closed)

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

Description

Cleanup CallInterfaceDescriptor Make CallInterfaceDescriptor work like CodeStubInterfaceDescriptor, owning it's register and representation arrays. This also eliminates a host of TSAN warnings for static arrays. This CL depends on https://codereview.chromium.org/352583002 landing first (a conceptual dependency at least). R=svenpanne@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22014

Patch Set 1 #

Total comments: 2

Patch Set 2 : REBASE. #

Patch Set 3 : Code comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+155 lines, -157 lines) Patch
M src/arm/code-stubs-arm.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/code-stubs-arm.cc View 1 chunk +30 lines, -40 lines 0 comments Download
M src/arm64/code-stubs-arm64.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/arm64/code-stubs-arm64.cc View 1 chunk +30 lines, -40 lines 0 comments Download
M src/code-stubs.h View 1 2 2 chunks +17 lines, -4 lines 0 comments Download
M src/code-stubs.cc View 1 1 chunk +23 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 chunk +25 lines, -35 lines 0 comments Download
M src/isolate.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/code-stubs-x64.cc View 1 1 chunk +25 lines, -35 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
mvstanton
Hi Sven, This does for CallInterfaceDescriptor the previous CL does for CodeStubInterfaceDescriptor. Thx for the ...
6 years, 6 months ago (2014-06-25 07:46:37 UTC) #1
Sven Panne
LGTM with a proposal for an enhancement, but we can leave that for another cleanup ...
6 years, 6 months ago (2014-06-25 08:15:21 UTC) #2
mvstanton
Thanks Sven! --Michael https://codereview.chromium.org/350293003/diff/1/src/arm/code-stubs-arm.cc File src/arm/code-stubs-arm.cc (right): https://codereview.chromium.org/350293003/diff/1/src/arm/code-stubs-arm.cc#newcode325 src/arm/code-stubs-arm.cc:325: descriptor->Initialize(ARRAY_SIZE(registers), registers, On 2014/06/25 08:15:21, Sven ...
6 years, 6 months ago (2014-06-25 12:45:23 UTC) #3
mvstanton
6 years, 6 months ago (2014-06-25 12:53:10 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r22014 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698