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
Showing
Please
register
or
sign in
to comment