Almost there. One question below.
http://codereview.chromium.org/6240012/diff/6004/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): http://codereview.chromium.org/6240012/diff/6004/src/hydrogen-instructions.h#newcode3085 src/hydrogen-instructions.h:3085: class HToFastProperties: public HUnaryOperation { Is it OK that this is not marked as changing maps when that is exactly what it is doing? I'm concerned that maybe code that relies on the new map can be hoisted to before this instruction where the map is not the same? http://codereview.chromium.org/6240012/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
