Reviewers: Michael Starzinger, Description: Consistently use named getters for Lithium operands on ia32.
With this CL we clearly distinguish two different views on Lithium instructions: For register allocation, the actual instruction/operand is irrelevant, so it has only an iterator/indexed view on the instruction operands. All other places, most importantly code generation, use named getters for the operands now, making it easy to see where each one is used. Please review this at http://codereview.chromium.org/10919261/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/ia32/lithium-codegen-ia32.cc M src/ia32/lithium-ia32.h M src/ia32/lithium-ia32.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
