Reviewers: mvstanton, Yang,

Message:
Created Revert of Prevent stack overflow in the serializer/deserializer.

Description:
Revert of Prevent stack overflow in the serializer/deserializer. (patchset #6
id:100001 of https://codereview.chromium.org/1125073004/)

Reason for revert:
[Sheriff] Breaks msan:
http://build.chromium.org/p/client.v8/builders/V8%20Linux%20-%20arm64%20-%20sim%20-%20MSAN/builds/2266

Original issue's description:
Prevent stack overflow in the serializer/deserializer.

We keep an eye on the recursion depth. Once it exceeds a limit, we serialize
only the object header and size, but defer serializing the object body for
after we have unwound the stack.

[email protected]

Committed: https://crrev.com/36b4a498d6614243454d5a182e4946b0dad24f0a
Cr-Commit-Position: refs/heads/master@{#28385}

[email protected],[email protected]
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true

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

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+52, -215 lines):
  M src/api.cc
  M src/bootstrapper.cc
  M src/objects.cc
  M src/snapshot/serialize.h
  M src/snapshot/serialize.cc
  M test/cctest/test-serialize.cc


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