Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion r12858 committed - Remove superfluous setting of bitfield3....
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
codesite-nore...@google.com  
View profile  
 More options Nov 5 2012, 9:43 am
From: codesite-nore...@google.com
Date: Mon, 05 Nov 2012 14:43:33 +0000
Local: Mon, Nov 5 2012 9:43 am
Subject: [v8] r12858 committed - Remove superfluous setting of bitfield3....
Revision: 12858
Author:   verwa...@chromium.org
Date:     Mon Nov  5 06:43:11 2012
Log:      Remove superfluous setting of bitfield3.

Review URL: https://chromiumcodereview.appspot.com/11367093
http://code.google.com/p/v8/source/detail?r=12858

Modified:
  /branches/bleeding_edge/src/objects.cc

=======================================
--- /branches/bleeding_edge/src/objects.cc      Thu Oct 25 04:52:37 2012
+++ /branches/bleeding_edge/src/objects.cc      Mon Nov  5 06:43:11 2012
@@ -4896,7 +4896,6 @@
    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);


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.