Hi, I'm trying to create a persistent v8 runtime where I can at any point take a snapshot of a running isolate. I'm wondering what the limitations of SnapshotCreator are. I have only seen it being used for creating startup snapshots. Is it possible to call SnapshotCreator.CreateBlob() multiple times on the same instance? I got a segfault when I tried that but I couldn't see anything the implies that it shouldn't be safe in the docs. Also, is it possible to load modules during snapshot creation?
Thanks, - Roey -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-users/afb077fd-4f2a-4cd0-8288-627343307eden%40googlegroups.com.