https://codereview.chromium.org/22982003/diff/1/src/hydrogen-instructions.h
File src/hydrogen-instructions.h (right):

https://codereview.chromium.org/22982003/diff/1/src/hydrogen-instructions.h#newcode2558
src/hydrogen-instructions.h:2558: check_map->map_set_.Add(maps->at(i),
zone);
Why not choke-point the Add method, looking for maps with the migration
target flag set, that way the "has_migration_target" logic be handled in
the constructor, I think it's a little cleaner than in the New method

https://codereview.chromium.org/22982003/

--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to