Re: [v8-users] Re: Isolate Creation Times

2017-02-24 Thread Jakob Kummerow
I've commented on the bug. TL;DR: compile with snapshot, and in Release
mode.

On Fri, Feb 24, 2017 at 3:06 PM, Brendan Bates 
wrote:

> Posted here: https://bugs.chromium.org/p/v8/issues/detail?id=6014.
>
> Let me know if there are any other tests or information I can provide.
>
> On Friday, February 24, 2017 at 1:04:02 AM UTC-5, Jochen Eisinger wrote:
>>
>> Hey
>>
>> That sounds odd. Could you file a bug at crbug.com/v8/new and provide
>> the gn args you used for building?
>>
>> Thanks
>> Jochen
>>
>> Brendan Bates  schrieb am Do., 23. Feb. 2017,
>> 18:07:
>>
>>> I should also note that I can replicate this by simply running the d8
>>> executable, which seems to take about 5 seconds to bootstrap.
>>>
>>>
>>> On Thursday, February 23, 2017 at 10:59:47 AM UTC-5, Brendan Bates wrote:

 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-u...@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+u...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
> --
> 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.
>

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


Re: [v8-users] Re: Isolate Creation Times

2017-02-24 Thread Brendan Bates
Posted here: https://bugs.chromium.org/p/v8/issues/detail?id=6014.

Let me know if there are any other tests or information I can provide.

On Friday, February 24, 2017 at 1:04:02 AM UTC-5, Jochen Eisinger wrote:
>
> Hey
>
> That sounds odd. Could you file a bug at crbug.com/v8/new and provide the 
> gn args you used for building?
>
> Thanks
> Jochen
>
> Brendan Bates  schrieb am Do., 23. 
> Feb. 2017, 18:07:
>
>> I should also note that I can replicate this by simply running the d8 
>> executable, which seems to take about 5 seconds to bootstrap.
>>
>>
>> On Thursday, February 23, 2017 at 10:59:47 AM UTC-5, Brendan Bates wrote:
>>>
>>> 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-u...@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+u...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

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


Re: [v8-users] Re: Isolate Creation Times

2017-02-23 Thread Jochen Eisinger
Hey

That sounds odd. Could you file a bug at crbug.com/v8/new and provide the
gn args you used for building?

Thanks
Jochen

Brendan Bates  schrieb am Do., 23. Feb. 2017,
18:07:

> I should also note that I can replicate this by simply running the d8
> executable, which seems to take about 5 seconds to bootstrap.
>
>
> On Thursday, February 23, 2017 at 10:59:47 AM UTC-5, Brendan Bates wrote:
>
> 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.
>

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


[v8-users] Re: Isolate Creation Times

2017-02-23 Thread Brendan Bates
I should also note that I can replicate this by simply running the d8 
executable, which seems to take about 5 seconds to bootstrap.

On Thursday, February 23, 2017 at 10:59:47 AM UTC-5, Brendan Bates wrote:
>
> 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.