Hi, On Jul 16, 7:15 am, Nilima Chavan <[email protected]> wrote: > Does v8 java script engine is suitable for embedded system where > memory is constrain. > The size of v8 library is approximately 5 MB on ia32 or x86 platform, > which is definitely not recommended for embedded system. > > Can anyone please provide input on this. > Also is there any to do any kind of optimization while building this > library?
I'm not sure of how to further optimize V8 for embedded systems, but I think that would be awesome if there were an obvious way! That said, the Build instructions for V8 can help: http://code.google.com/apis/v8/build.html#build Try release mode, perhaps? Release mode removes debugging stuff, as stated by the Build page. I hope this is helpful, pikpik -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
