Reviewers: fschneider,
Message:
All the AppendXXX functions on HSubgraph moved to HGraphBuilder. I elected
to
name them CreateXXX (they're not appending anymore, and BuildXXX is used for
macros that generate chunks of instructions, these glue together bits of
graph),
and to have them return the distinguished exit block of the thing they
create.
Next is to get rid of Create...Subgraph and AddToSubgraph.
Description:
Remove all functionality from class HSubgraph.
Move the member functions of HSubgraph to HGraphBuilder.
Please review this at http://codereview.chromium.org/6573006/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge/build/ia32
Affected files:
M src/hydrogen.h
M src/hydrogen.cc
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev