Comment #6 on issue 3323 by [email protected]: Embedder's Guide is out of date
https://code.google.com/p/v8/issues/detail?id=3323

I did figure out Persistent from Local, but now I'm having a heck of a time figuring out how to declare and use a PersistentValueMap. It would be nice if the docs went beyond just saying "use a PersistentValueMap."

Another useful addition would be best practices regarding things like caching FunctionTemplates/ObjectTemplates and so on. Back in the pre-Isolate days it was pretty obvious that you could just do a static Persistent<ObjectTemplate> in your class definition (or the like) but that clearly isn't adequate when the Isolate might change. If there's a means of just associating that stuff with e.g. the Context object (or the Isolate itself) I can't figure out what it is.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

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