Comment #2 on issue 628 by seijisamlee: Request a new functionality: dump and load context from disk
http://code.google.com/p/v8/issues/detail?id=628

Ok, it is an obstacle, but it is not imposible, due we could incorporate bind references (similar to extern references into dll). Dumping a context serialize the objects and append what of these are shared in other context. Loading the context
create it and resolve the bindings (if peer context exists).

If we have two context with shared objects, disposing one of this don't cause the
destrution of these objects (due the references that don't reach zero).

If each context had its own uuid it will posible dump and load saccessfully, due each shared object had got and external reference to bind it self into other context (its
uuid).

could context file format be in JASON format?

it is only an idea :-)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to