Re-use phi reachability information to avoid a fixed-point computation.
authorsvenpanne@chromium.org <svenpanne@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 9 Sep 2011 13:12:52 +0000 (13:12 +0000)
committersvenpanne@chromium.org <svenpanne@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 9 Sep 2011 13:12:52 +0000 (13:12 +0000)
commit1341ae7c1a6249e3ad3b836753a0481c82db9146
tree24158d09c50896f4b41ada7e31f7359437af172d
parent37e39ce3f97b84189c10d82992334f1b03933c7d
Re-use phi reachability information to avoid a fixed-point computation.

When we propagate the information that a value is not convertible to integer,
there is no need for a separate fixed-point computation, we can do things the
"Millikin way" (tm), folding as much computation as possible into a single pass:
;-) We already have the phi node reachability information, so we can easily
propagate this while doing the representation histogram computation.
Review URL: http://codereview.chromium.org/7754010

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9212 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/hydrogen-instructions.h
src/hydrogen.cc