Revision: 22879
Author: [email protected]
Date: Tue Aug 5 14:06:33 2014 UTC
Log: Fix ARM64 port after r22876.
[email protected]
Review URL: https://codereview.chromium.org/447443002
http://code.google.com/p/v8/source/detail?r=22879
Modified:
/branches/bleeding_edge/src/compiler/arm64/linkage-arm64.cc
/branches/bleeding_edge/src/compiler/linkage.cc
/branches/bleeding_edge/src/compiler/x64/linkage-x64.cc
=======================================
--- /branches/bleeding_edge/src/compiler/arm64/linkage-arm64.cc Fri Aug 1
13:51:23 2014 UTC
+++ /branches/bleeding_edge/src/compiler/arm64/linkage-arm64.cc Tue Aug 5
14:06:33 2014 UTC
@@ -14,8 +14,6 @@
namespace internal {
namespace compiler {
-#if V8_TURBOFAN_TARGET
-
struct LinkageHelperTraits {
static Register ReturnValueReg() { return x0; }
static Register ReturnValue2Reg() { return x1; }
@@ -64,7 +62,6 @@
zone, num_params, return_type, param_types);
}
-#endif // V8_TURBOFAN_TARGET
}
}
} // namespace v8::internal::compiler
=======================================
--- /branches/bleeding_edge/src/compiler/linkage.cc Mon Aug 4 11:34:54
2014 UTC
+++ /branches/bleeding_edge/src/compiler/linkage.cc Tue Aug 5 14:06:33
2014 UTC
@@ -105,7 +105,7 @@
//==============================================================================
// Provide unimplemented methods on unsupported architectures, to at least
link.
//==============================================================================
-#if !V8_TURBOFAN_TARGET
+#if !V8_TURBOFAN_BACKEND
CallDescriptor* Linkage::GetJSCallDescriptor(int parameter_count, Zone*
zone) {
UNIMPLEMENTED();
return NULL;
@@ -134,7 +134,7 @@
UNIMPLEMENTED();
return NULL;
}
-#endif // !V8_TURBOFAN_TARGET
+#endif // !V8_TURBOFAN_BACKEND
}
}
} // namespace v8::internal::compiler
=======================================
--- /branches/bleeding_edge/src/compiler/x64/linkage-x64.cc Thu Jul 31
16:22:27 2014 UTC
+++ /branches/bleeding_edge/src/compiler/x64/linkage-x64.cc Tue Aug 5
14:06:33 2014 UTC
@@ -14,8 +14,6 @@
namespace internal {
namespace compiler {
-#ifndef _WIN64
-
#ifdef _WIN64
const bool kWin64 = true;
#else
@@ -79,7 +77,6 @@
zone, num_params, return_type, param_types);
}
-#endif
}
}
} // namespace v8::internal::compiler
--
--
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.