Revision: 23484
Author:   [email protected]
Date:     Thu Aug 28 10:51:43 2014 UTC
Log:      Fix serialization references to Cell objects.

[email protected]

Review URL: https://codereview.chromium.org/514783002

Patch from Slava Chigrin <[email protected]>.
https://code.google.com/p/v8/source/detail?r=23484

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

=======================================
--- /branches/bleeding_edge/src/serialize.cc    Tue Aug 26 10:29:51 2014 UTC
+++ /branches/bleeding_edge/src/serialize.cc    Thu Aug 28 10:51:43 2014 UTC
@@ -1636,6 +1636,7 @@
   int skip = OutputRawData(rinfo->pc(), kCanReturnSkipInsteadOfSkipping);
   Cell* object = Cell::cast(rinfo->target_cell());
   serializer_->SerializeObject(object, kPlain, kInnerPointer, skip);
+  bytes_processed_so_far_ += kPointerSize;
 }


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to