Reviewers: Sven Panne,

Message:
PTAL

Description:
Remove superfluous setting of bitfield3.


Please review this at https://chromiumcodereview.appspot.com/11367093/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/objects.cc


Index: src/objects.cc
diff --git a/src/objects.cc b/src/objects.cc
index 906f7feef6bb30f5bf9f3787e568f1b7f9405a30..fc486edb947e2cb1eeb4f02e5df6099e9cb6330f 100644
--- a/src/objects.cc
+++ b/src/objects.cc
@@ -4896,7 +4896,6 @@ MaybeObject* Map::RawCopy(int instance_size) {
   result->set_constructor(constructor());
   result->set_bit_field(bit_field());
   result->set_bit_field2(bit_field2());
-  result->set_bit_field3(bit_field3());
   int new_bit_field3 = bit_field3();
   new_bit_field3 = OwnsDescriptors::update(new_bit_field3, true);
   new_bit_field3 = NumberOfOwnDescriptorsBits::update(new_bit_field3, 0);


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

Reply via email to