Simplify the way that we compile slow-case switch statements. Compile
authorkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 2 Mar 2009 11:30:17 +0000 (11:30 +0000)
committerkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 2 Mar 2009 11:30:17 +0000 (11:30 +0000)
commit4678719d248594047de5a8439a7508edfbdd2034
treeb56ed351f8da154d9fd5fa87f8c02362b6eacba8
parenta4d8eadc69c689c705463fae0db2127e12a87770
Simplify the way that we compile slow-case switch statements.  Compile
all the reachable tests first, and then all the reachable bodies.
Review URL: http://codereview.chromium.org/28296

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