LGTM despite the comment.

http://codereview.chromium.org/42324/diff/1/2
File src/virtual-frame.h (right):

http://codereview.chromium.org/42324/diff/1/2#newcode107
Line 107: type_ = (type_ & ~IsCopiedField::mask()) |
IsCopiedField::encode(true);
The BitField class feels a bit heavyweight.  This line just does:

type_ |= kIsCopiedFieldMask;

http://codereview.chromium.org/42324

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to