Reviewers: Dmitry Lomov (chromium),

Description:
Fix nosnap serialization tests

Please review this at https://codereview.chromium.org/196953003/

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

Affected files (+1, -1 lines):
  M src/serialize.h


Index: src/serialize.h
diff --git a/src/serialize.h b/src/serialize.h
index 2ad9bb17edbeeb4ab6b856b5341b369fb2d7dc8a..2947144750a964611de563cfb4f0f8ffa4029929 100644
--- a/src/serialize.h
+++ b/src/serialize.h
@@ -60,7 +60,7 @@ const int kReferenceTypeShift = kReferenceIdBits;
 const int kDebugRegisterBits = 4;
 const int kDebugIdShift = kDebugRegisterBits;

-const int kDeoptTableSerializeEntryCount = 8;
+const int kDeoptTableSerializeEntryCount = 12;

 // ExternalReferenceTable is a helper class that defines the relationship
 // between external references and their encodings. It is used to build


--
--
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