Revision: 9766
Author:   [email protected]
Date:     Tue Oct 25 01:59:03 2011
Log:      Fix 9763 for real.
Review URL: http://codereview.chromium.org/8382032
http://code.google.com/p/v8/source/detail?r=9766

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

=======================================
--- /branches/bleeding_edge/src/serialize.cc    Tue Oct 25 01:42:38 2011
+++ /branches/bleeding_edge/src/serialize.cc    Tue Oct 25 01:59:03 2011
@@ -762,6 +762,7 @@
   bool write_barrier_needed = (current_object_address != NULL &&
                                source_space != NEW_SPACE &&
                                source_space != CELL_SPACE &&
+                               source_space != CODE_SPACE &&
                                source_space != OLD_DATA_SPACE);
   while (current < limit) {
     int data = source_->Get();

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

Reply via email to