Reviewers: danno,
http://codereview.chromium.org/10700115/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): http://codereview.chromium.org/10700115/diff/1/src/hydrogen.cc#newcode3097 src/hydrogen.cc:3097: LChunk* HGraph::Optimize() { Once the representation change CL is in, it is safe to run Optimize in a NoHandleAllocation scope. Description: Break Crankshaft into phases. Crankshaft now runs by calling CreateGraph on the HGraphBuilder, then calling Optimize and Codegen on the HGraph. BUG= TEST= Please review this at http://codereview.chromium.org/10700115/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/compiler.cc M src/hydrogen.h M src/hydrogen.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
