I'm posting here to see if anyone has experienced this recently.

We upgraded our scripting environment from *5.1.281.65 *to *5.7.492.44*. 
 Everything as far as building with GN has gone 
smoothly, however one odd issue is with the timing of the isolate creation:


_isolate = Isolate::New(createParams);


This used to be nearly instantaneous (few ms at most), now it's taking 
about 5 seconds on my Windows 10 64-bit 
environment (with a 32-bit build).  The allocator in the createParams is 
using the default v8 allocator.  Will using an
empty snapshop help?  If we have 20 scripts loaded, that's 100 seconds of 
startup time... way too much.  Any help
would be appreciated.  Thanks!

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