Hi, Nilima Chavan wrote: > Was just curious if we have any other configurable parameters which > can optimize it more.
Depending on how you want to use V8, building it as a shared library could be useful (see the V8 Build instructions for more information). I was thinking that, if you were interested in running multiple programs which used the V8 library at the same time, a single shared library could reduce the total memory usage. I got this idea from: http://stackoverflow.com/questions/2104639/how-much-disk-space-do-shared-libraries-really-save-in-modern-linux-distros/2104958#2104958 Then again, if you aren't doing that, then I'm not sure. I'd also assume that using a shared library this way may depend on having a system similar to Linux (ELF/Mach-O support for linking?). I hope this is helpful, pikpik -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
