Reviewers: Erik Corry, Kevin Millikin, Message: I did not find a good place for sharing the code for the return sequence as one code generator is using the virtual frame whereas the other is not.
Description: Fix issue 491: constantpool dump violates ARM debugger assertion for return point The generation of the return sequence is now protected from having the constant pool emitted inside of it in both compilers. BUG=http://code.google.com/p/v8/issues/detail?id=491 TEST=test/mjsunit/regress/regress-491.js Please review this at http://codereview.chromium.org/362003 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/codegen-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 A test/mjsunit/regress/regress-491.js --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
