Revision: 23525
Author: [email protected]
Date: Fri Aug 29 15:28:26 2014 UTC
Log: MIPS: Refactoring InterfaceDescriptors away from code-stubs.h -
external.
Port r23515 (fe0bdbf)
Original commit message:
Clean up and create seperation between the concept of a call descriptor and
a
code stub interface descriptor. The former is just concerned with how to
call,
but the latter has many extra hints related to code generation and
deoptimization for the implementation of a particular code stub.
BUG=
[email protected], [email protected]
Review URL: https://codereview.chromium.org/516253002
https://code.google.com/p/v8/source/detail?r=23525
Modified:
/branches/bleeding_edge/BUILD.gn
/branches/bleeding_edge/tools/gyp/v8.gyp
=======================================
--- /branches/bleeding_edge/BUILD.gn Fri Aug 29 10:40:02 2014 UTC
+++ /branches/bleeding_edge/BUILD.gn Fri Aug 29 15:28:26 2014 UTC
@@ -1066,6 +1066,7 @@
"src/mips/frames-mips.cc",
"src/mips/frames-mips.h",
"src/mips/full-codegen-mips.cc",
+ "src/mips/interface-descriptors-mips.cc",
"src/mips/lithium-codegen-mips.cc",
"src/mips/lithium-codegen-mips.h",
"src/mips/lithium-gap-resolver-mips.cc",
@@ -1103,6 +1104,7 @@
"src/mips64/frames-mips64.cc",
"src/mips64/frames-mips64.h",
"src/mips64/full-codegen-mips64.cc",
+ "src/mips64/interface-descriptors-mips64.cc",
"src/mips64/lithium-codegen-mips64.cc",
"src/mips64/lithium-codegen-mips64.h",
"src/mips64/lithium-gap-resolver-mips64.cc",
=======================================
--- /branches/bleeding_edge/tools/gyp/v8.gyp Fri Aug 29 15:11:00 2014 UTC
+++ /branches/bleeding_edge/tools/gyp/v8.gyp Fri Aug 29 15:28:26 2014 UTC
@@ -990,6 +990,7 @@
'../../src/mips/frames-mips.cc',
'../../src/mips/frames-mips.h',
'../../src/mips/full-codegen-mips.cc',
+ '../../src/mips/interface-descriptors-mips.cc',
'../../src/mips/lithium-codegen-mips.cc',
'../../src/mips/lithium-codegen-mips.h',
'../../src/mips/lithium-gap-resolver-mips.cc',
@@ -1028,6 +1029,7 @@
'../../src/mips64/frames-mips64.cc',
'../../src/mips64/frames-mips64.h',
'../../src/mips64/full-codegen-mips64.cc',
+ '../../src/mips64/interface-descriptors-mips64.cc',
'../../src/mips64/lithium-codegen-mips64.cc',
'../../src/mips64/lithium-codegen-mips64.h',
'../../src/mips64/lithium-gap-resolver-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.