Small cleanup of the code generator: make the static code gen
authorkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 2 Oct 2008 11:14:50 +0000 (11:14 +0000)
committerkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 2 Oct 2008 11:14:50 +0000 (11:14 +0000)
commit36e050fa6b92f546b88b3ce6c588c2ebd1f4d88c
tree9299f1ec8514b8989693e349fafad504f395d6cd
parentd75993846157cd9f8789090f50bfb8ce69ed072e
Small cleanup of the code generator: make the static code gen
functions and the ones defined on the AST nodes take a code generator,
rather than a macro assembler and (sometimes) scope.

Uniformly use the __ macro for masm_/masm in the codegen*.cc files.
Review URL: http://codereview.chromium.org/5663

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@408 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/ast.h
src/codegen-arm.cc
src/codegen-ia32.cc
src/codegen.h