Right now SnapshotCreator must declare up front *all* the external references it may need when it is allocated. For some workflows, such as snapshotting the state of a Node.js process this is problematic. The list of external references can change since `.node` files can load in C++ code that generates templates. I am willing to update `CreateBlob` to accept an external_references argument but wanted to know any other concerns before doing so. I don't see it being exposed publicly in any way after an Isolate is created, but may be wrong.
I also got wind that peria might want a format change for something around this API according to @hashseed and have CC'd to figure out what change is desired if/while I make a CL. -- -- 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.
