Reviewers: Erik Corry, Description: First step in allocating objects in generated code on ARM.
Re-apply http://codereview.chromium.org/175045 with the single change that the line mov(scratch, Operand(new_space_allocation_top)); have been added to MacroAssembler::UndoAllocationInNewSpace after the #endif. Without this change the top was not reset. [email protected] Please review this at http://codereview.chromium.org/184009 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/builtins-arm.cc M src/arm/codegen-arm.cc M src/arm/macro-assembler-arm.h M src/arm/macro-assembler-arm.cc M src/objects.h --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
