I'm interested in minimizing v8 memory usage, and I recently saw this blog 
post on Lazy 
Deserialization: https://v8project.blogspot.ca/2018/02/lazy-deserialization.html

I've built and run samples/hello-world.cc against static libraries built 
from v6.3 and v6.5, and measured the memory usage using Valgrind's Massif 
tool.
I expect to see a reduction in memory usage with v6.5 (due to the lazy 
deserialization), but I don't. Is there something I need to do in the code 
to enable the lazy deserialization?

Thanks,
Chris

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