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

Issue 527093002: Make concrete classes for individual call descriptors. (Closed)

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

Description

Make concrete classes for individual call descriptors. The ic-convention classes that hold register specifications are merged into these new call descriptor classes, which should represent a final home for that information. R=yangguo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=23639

Patch Set 1 #

Patch Set 2 : With second order macro. #

Patch Set 3 : Created explicit classes without a macro. #

Patch Set 4 : Cleanup. #

Patch Set 5 : Removed ic conventions. #

Patch Set 6 : Some renaming and debug checks. #

Patch Set 7 : Ports. #

Patch Set 8 : REBASE. #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+2247 lines, -2074 lines) Patch
M BUILD.gn View 1 2 3 4 5 6 7 5 chunks +0 lines, -5 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 2 3 4 5 6 7 4 chunks +7 lines, -11 lines 0 comments Download
M src/arm/debug-arm.cc View 1 2 3 4 5 6 2 chunks +8 lines, -8 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 2 3 4 5 6 7 24 chunks +51 lines, -51 lines 0 comments Download
M src/arm/interface-descriptors-arm.cc View 1 2 3 4 5 6 1 chunk +275 lines, -233 lines 2 comments Download
M src/arm/lithium-arm.h View 1 2 3 4 5 6 7 2 chunks +5 lines, -5 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 2 3 4 5 6 6 chunks +15 lines, -15 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 3 4 5 6 7 7 chunks +16 lines, -16 lines 0 comments Download
M src/arm64/code-stubs-arm64.cc View 1 2 3 4 5 6 7 4 chunks +7 lines, -11 lines 0 comments Download
M src/arm64/debug-arm64.cc View 1 2 3 4 5 6 2 chunks +8 lines, -8 lines 0 comments Download
M src/arm64/full-codegen-arm64.cc View 1 2 3 4 5 6 7 24 chunks +52 lines, -52 lines 0 comments Download
M src/arm64/interface-descriptors-arm64.cc View 1 2 3 4 5 6 1 chunk +322 lines, -272 lines 0 comments Download
M src/arm64/lithium-arm64.h View 1 2 3 4 5 6 7 2 chunks +5 lines, -5 lines 0 comments Download
M src/arm64/lithium-arm64.cc View 1 2 3 4 5 6 6 chunks +15 lines, -15 lines 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 1 2 3 4 5 6 7 6 chunks +15 lines, -15 lines 0 comments Download
M src/code-stubs.h View 1 2 3 4 5 6 7 7 chunks +22 lines, -21 lines 0 comments Download
M src/code-stubs.cc View 1 2 3 4 5 6 7 22 chunks +28 lines, -54 lines 1 comment Download
M src/code-stubs-hydrogen.cc View 1 2 3 4 5 6 7 7 chunks +12 lines, -12 lines 0 comments Download
M src/compiler/js-generic-lowering.cc View 1 2 3 4 5 6 7 4 chunks +4 lines, -8 lines 0 comments Download
M src/hydrogen.cc View 1 2 3 4 5 6 7 3 chunks +5 lines, -10 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 3 4 5 6 7 5 chunks +8 lines, -8 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 2 3 4 2 chunks +4 lines, -3 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 3 4 5 6 7 4 chunks +7 lines, -11 lines 0 comments Download
M src/ia32/debug-ia32.cc View 1 2 3 4 2 chunks +8 lines, -8 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 3 4 5 6 7 24 chunks +52 lines, -52 lines 0 comments Download
M src/ia32/interface-descriptors-ia32.cc View 1 2 3 4 5 2 chunks +274 lines, -226 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 3 4 5 6 7 6 chunks +15 lines, -15 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 2 3 4 6 chunks +15 lines, -15 lines 0 comments Download
M src/ic/arm/access-compiler-arm.cc View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M src/ic/arm/handler-compiler-arm.cc View 1 2 3 4 5 6 5 chunks +8 lines, -8 lines 0 comments Download
M src/ic/arm/ic-arm.cc View 1 2 3 4 5 6 16 chunks +36 lines, -36 lines 0 comments Download
M src/ic/arm/ic-compiler-arm.cc View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
D src/ic/arm/ic-conventions-arm.cc View 1 2 3 4 5 6 1 chunk +0 lines, -37 lines 0 comments Download
M src/ic/arm64/access-compiler-arm64.cc View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M src/ic/arm64/handler-compiler-arm64.cc View 1 2 3 4 5 6 5 chunks +8 lines, -8 lines 0 comments Download
M src/ic/arm64/ic-arm64.cc View 1 2 3 4 5 6 16 chunks +34 lines, -34 lines 0 comments Download
M src/ic/arm64/ic-compiler-arm64.cc View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
D src/ic/arm64/ic-conventions-arm64.cc View 1 2 3 4 5 6 1 chunk +0 lines, -47 lines 0 comments Download
M src/ic/ia32/access-compiler-ia32.cc View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
M src/ic/ia32/handler-compiler-ia32.cc View 1 2 3 4 4 chunks +7 lines, -7 lines 0 comments Download
M src/ic/ia32/ic-compiler-ia32.cc View 1 2 3 4 2 chunks +7 lines, -7 lines 0 comments Download
D src/ic/ia32/ic-conventions-ia32.cc View 1 2 3 4 1 chunk +0 lines, -38 lines 0 comments Download
M src/ic/ia32/ic-ia32.cc View 1 2 3 4 13 chunks +32 lines, -32 lines 0 comments Download
D src/ic/ic-conventions.h View 1 2 3 4 1 chunk +0 lines, -72 lines 0 comments Download
M src/ic/x64/access-compiler-x64.cc View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M src/ic/x64/handler-compiler-x64.cc View 1 2 3 4 5 6 4 chunks +7 lines, -7 lines 0 comments Download
M src/ic/x64/ic-compiler-x64.cc View 1 2 3 4 5 6 2 chunks +7 lines, -7 lines 0 comments Download
D src/ic/x64/ic-conventions-x64.cc View 1 2 3 4 5 6 1 chunk +0 lines, -38 lines 0 comments Download
M src/ic/x64/ic-x64.cc View 1 2 3 4 5 6 16 chunks +38 lines, -38 lines 0 comments Download
M src/interface-descriptors.h View 1 2 3 4 5 3 chunks +342 lines, -62 lines 2 comments Download
M src/interface-descriptors.cc View 1 2 3 4 5 3 chunks +47 lines, -48 lines 0 comments Download
M src/isolate.h View 1 2 3 4 5 6 7 3 chunks +3 lines, -3 lines 0 comments Download
M src/isolate.cc View 1 2 3 4 5 4 chunks +8 lines, -8 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 3 4 5 6 7 4 chunks +7 lines, -15 lines 0 comments Download
M src/x64/debug-x64.cc View 1 2 3 4 5 6 2 chunks +8 lines, -8 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 3 4 5 6 7 24 chunks +53 lines, -53 lines 0 comments Download
M src/x64/interface-descriptors-x64.cc View 1 2 3 4 5 6 1 chunk +275 lines, -226 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 3 4 5 6 7 6 chunks +15 lines, -15 lines 0 comments Download
M src/x64/lithium-x64.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 2 3 4 5 6 6 chunks +15 lines, -15 lines 0 comments Download
M tools/gyp/v8.gyp View 1 2 3 4 5 6 7 5 chunks +0 lines, -5 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
mvstanton
Hi Yang, Okay this one is a bit large, for two reasons: 1) Creation of ...
6 years, 3 months ago (2014-09-02 11:52:33 UTC) #2
mvstanton
Uploaded ports and rebased, thx! --Michael
6 years, 3 months ago (2014-09-02 13:12:42 UTC) #3
Yang
LGTM with comments. You can address them in a follow up CL since this one ...
6 years, 3 months ago (2014-09-03 09:24:34 UTC) #4
mvstanton
6 years, 3 months ago (2014-09-03 10:52:34 UTC) #5
Message was sent while issue was closed.
Committed patchset #8 (id:140001) manually as 23639 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698