Reviewers: Yang, Description: Fix the full compiler on ARM to always generate the same code regardless of the detected CPU. This is a requirement for the debugger and the deoptimizer, which both expect that code from the snapshot (compiled without VFP and ARM7) should have the same layout as code compiled later.
This is another change to make snapshots more robust with arbitrary code. Please review this at https://chromiumcodereview.appspot.com/10824235/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/assembler-arm.h M src/arm/assembler-arm.cc M src/arm/code-stubs-arm.cc M src/arm/deoptimizer-arm.cc M src/arm/full-codegen-arm.cc M src/arm/macro-assembler-arm.h M src/arm/macro-assembler-arm.cc M src/flag-definitions.h -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
