[v8-users] Re: Persistent V8

2012-11-12 Thread Yang Guo
Objects on the V8 heap use raw pointers to refer to other objects. When you restore the heap to memory addresses different than the original, you will have to update those references. V8 does have a snapshot mechanism that serializes the heap, but it has some limitations, e.g. for code objects.

[v8-users] add. Connection my gmail

2012-11-12 Thread joko suwito
thanks you -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users

[v8-users] using compiled javascript code from a different thread

2012-11-12 Thread Guillermo González Fernández
Hi there! I am trying to embed v8's engine in an own application and I am finding problems related to threads. Is it possible to compile and run javascript code in a thread (main thread) and then access that implementation from a different thread? I mean, I have a kind of plugin or shared