Reviewers: William Hesse, Description: Simplify IA32 code generator API.
Cut down on the number of arguments passed to the various binary operation code generator functions by passing along the expression itself, rather than a subset of its fields. Please review this at http://codereview.chromium.org/1592001 Affected files: M src/ast.h M src/ast.cc M src/ia32/codegen-ia32.h M src/ia32/codegen-ia32.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev To unsubscribe from this group, send email to v8-dev+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
