I have global variables and global functions exposed through object 
templates and function templates, which slows down context creation.  I 
wonder whether I could still leverage the custom snapshot feature to speed 
up context creation with any of the following two approaches:

1) With the recent v8::V8::CreateSnapshotDataBlob introduced since V8 4.3
2) With the mechanism implemented in mksnapshot in 3.x by capturing a 
snapshot with a global object containing functions with callbacks, and 
later using that to initialize v8.

Thanks in advance.

-- 
-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to