Reviewers: danno, paul.l..., gergely.kis.imgtec, akos.palfi.imgtec,
dusmil.imgtec, Michael Achenbach,
Message:
We need a v8 team reviewer for this one. We will land this CL after the MIPS
specific part is reviewed and landed.
Description:
MIPS: Make concrete classes for individual call descriptors. - external
Port r23639 (e5a2758)
Original commit message:
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.
BUG=
Please review this at https://codereview.chromium.org/535753003/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+0, -4 lines):
M BUILD.gn
M tools/gyp/v8.gyp
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index
852ec2e2d0ba9b715d83385497c21f7d299509ba..8086a26accab4f378487df40a200a3f132d3ea25
100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1080,7 +1080,6 @@ source_set("v8_base") {
"src/ic/mips/handler-compiler-mips.cc",
"src/ic/mips/ic-mips.cc",
"src/ic/mips/ic-compiler-mips.cc",
- "src/ic/mips/ic-conventions-mips.cc",
"src/ic/mips/stub-cache-mips.cc",
]
} else if (v8_target_arch == "mips64el") {
@@ -1118,7 +1117,6 @@ source_set("v8_base") {
"src/ic/mips64/handler-compiler-mips64.cc",
"src/ic/mips64/ic-mips64.cc",
"src/ic/mips64/ic-compiler-mips64.cc",
- "src/ic/mips64/ic-conventions-mips64.cc",
"src/ic/mips64/stub-cache-mips64.cc",
]
}
Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index
9dda3da728e7323deff20a062b94329b93452d7a..3747febfe3273d1bcf8b34e484efbe957e9cddee
100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -1006,7 +1006,6 @@
'../../src/ic/mips/handler-compiler-mips.cc',
'../../src/ic/mips/ic-mips.cc',
'../../src/ic/mips/ic-compiler-mips.cc',
- '../../src/ic/mips/ic-conventions-mips.cc',
'../../src/ic/mips/stub-cache-mips.cc',
],
}],
@@ -1045,7 +1044,6 @@
'../../src/ic/mips64/handler-compiler-mips64.cc',
'../../src/ic/mips64/ic-mips64.cc',
'../../src/ic/mips64/ic-compiler-mips64.cc',
- '../../src/ic/mips64/ic-conventions-mips64.cc',
'../../src/ic/mips64/stub-cache-mips64.cc',
],
}],
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.