Reviewers: danno, Description: Revert dynamic frame alignment (r9415)
Marking aligned frames with a marker can produce false positives since an optimized frame spill slot may be mistakenly seen as a marker value. It also breaks the debugger reproducably: Tested when enabling alignment for all functions and running the debugger unit tests. BUG=v8:2009 TEST=no crashes in EarleyBoyer Please review this at https://chromiumcodereview.appspot.com/9703110/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/deoptimizer.h M src/deoptimizer.cc M src/heap.h M src/heap.cc M src/ia32/deoptimizer-ia32.cc M src/ia32/lithium-codegen-ia32.h M src/ia32/lithium-codegen-ia32.cc M src/ia32/lithium-ia32.h M src/ia32/lithium-ia32.cc M src/objects-debug.cc M src/objects.h -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
