https://codereview.chromium.org/18568007/diff/1/src/hydrogen-infer-types.h
File src/hydrogen-infer-types.h (right):

https://codereview.chromium.org/18568007/diff/1/src/hydrogen-infer-types.h#newcode48
src/hydrogen-infer-types.h:48: void InitializeInferredTypes(int
from_inclusive, int to_inclusive);
InitializeInferredTypes is misleading, since this is actually the method
that does all the work. Let's remove this method and do all the work
directly in Run.

https://codereview.chromium.org/18568007/diff/1/src/hydrogen-infer-types.h#newcode50
src/hydrogen-infer-types.h:50: ZoneList<HValue*> worklist_;
worklist_ and in_worklist_ are now local to InitializeInferredTypes, so
these fields are not needed.

https://codereview.chromium.org/18568007/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to