Reviewers: Kevin Millikin, Message: This is a follow-up to http://codereview.chromium.org/7008011/
I addressed you comments there, but accidentally created a new issue on Rietveld. Description: Add support for hydrogen control instructions with >2 successor blocks. This change makes the number of successors of a control instruction configurable with a template parameter and changes the existing instructions to use it. To iterate over all successors I added an iterator instead of always calling First- and SecondSuccessor. Please review this at http://codereview.chromium.org/7114004/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/lithium-arm.h M src/arm/lithium-arm.cc M src/hydrogen-instructions.h M src/hydrogen-instructions.cc M src/hydrogen.h M src/hydrogen.cc M src/ia32/lithium-ia32.h M src/ia32/lithium-ia32.cc M src/lithium-allocator.cc M src/utils.h M src/x64/lithium-x64.h M src/x64/lithium-x64.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
