Reviewers: Benedikt Meurer, danno,

Description:
Factor C call descriptor building into compiler/c-linkage.cc with inline
platform-specifics.

This is the first step in cutting the Gordian linkage/linkage-impl knot.

This basically changes the axis along which we organize call descriptor
building logic from having platform-specific files dedicated to all call
descriptor types to having call-descriptor-type-specific files that have

The next step is to factor the JS, code stub, and runtime call descriptors
similarly, dumping them into:
  compiler/js-linkage.cc
  compiler/runtime-linkage.cc
  compiler/code-stub-linkage.cc

 or, alternatively, all of them just into compiler/js-linkage.cc.

This also anticipates a wasm-linkage.cc file in the future.

R=bmeu...@chromium.org,da...@chromium.org
BUG=

Please review this at https://codereview.chromium.org/1266603002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+269, -211 lines):
  M src/compiler/arm/linkage-arm.cc
  M src/compiler/arm64/linkage-arm64.cc
  A src/compiler/c-linkage.cc
  M src/compiler/ia32/linkage-ia32.cc
  M src/compiler/linkage.cc
  M src/compiler/linkage-impl.h
  M src/compiler/mips/linkage-mips.cc
  M src/compiler/mips64/linkage-mips64.cc
  M src/compiler/ppc/linkage-ppc.cc
  M src/compiler/x64/linkage-x64.cc
  M src/compiler/x87/linkage-x87.cc
  M tools/gyp/v8.gyp


--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to