Node.js doesn't support custom startup snapshot, so I guess you only 
included pure JS parts in the startup snapshot.

The startup snapshot is mainly intended to persist state, i.e. changes to 
the native context. By default it does not persist code. So I would be 
surprised if you saw any reduction in parse/compile time with the startup 
snapshot. There is no "snapshotted code".

Code caching on the other hand is intended to persist code, not state. You 
use it to bypass parse/compile.

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