Reviewers: Søren Gjesse, Description: Move CPU-specific constants from debug.h into the platform-specific directories.
The constant for the return sequence length (JSReturnSequenceLength) was defined in debug.h. Since this constant are also needed outside the debugger code I moved them into assembler-xxx.h. Otherwise compiling with debuggersupport=off would fail on ARM. BUG=http://code.google.com/p/v8/issues/detail?id=533 Please review this at http://codereview.chromium.org/456001 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/assembler-arm.h M src/arm/codegen-arm.cc M src/arm/debug-arm.cc M src/arm/fast-codegen-arm.cc M src/debug.h M src/ia32/assembler-ia32.h M src/ia32/codegen-ia32.cc M src/ia32/debug-ia32.cc M src/ia32/fast-codegen-ia32.cc M src/x64/assembler-x64.h M src/x64/codegen-x64.cc M src/x64/debug-x64.cc M src/x64/fast-codegen-x64.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
