Re: [v8-users] Re: x64 segfault during initialization

2017-10-18 Thread Denis G
Hi, sorry, no. I have stopped any research on it already then. On Wed, Oct 18, 2017 at 2:32 PM, wrote: > Hi - I'm dealing with same solution? did you get any solution back than? > > > On Monday, March 31, 2014 at 11:21:45 AM UTC+3, Den Chiks wrote: >> >> Hi guys, >> >> I have a trouble while try

[v8-users] Re: [blink-dev] Intent to Ship: RegExp named captures

2017-10-18 Thread Adam Klein
LGTM! On Wed, Oct 18, 2017 at 12:16 AM, Jakob Gruber wrote: > Contact emails > jgru...@chromium.org > > Spec > https://github.com/tc39/proposal-regexp-named-groups > > Summary > Named captures for ECMAScript regular expressions allow developers to > create and refer to named capture groups. > >

[v8-users] Re: [blink-dev] Intent to Ship: RegExp named captures

2017-10-18 Thread 'Jakob Gruber' via v8-users
On Wed, Oct 18, 2017 at 4:51 PM, Daniel Bratell wrote: > On Wed, 18 Oct 2017 09:16:32 +0200, Jakob Gruber > wrote: > > Webkit has shipped this in Safari Tech Preview Release 40. > Firefox and Edge have not implemented this yet. > > > Is there any reason to think they will not implement it soon?

[v8-users] Crash during Incremental marking / GC round

2017-10-18 Thread fkpkot
Hi all, I'm writing an addon to node - which creates multiple additional multiple threads, each holding a seperate isolate (and event loop and other goodies). Now, I use promises to let the main thread - running in node v8 isolate to know that each of the secondery threads have started and use R

[v8-users] Re: x64 segfault during initialization

2017-10-18 Thread fkpkot
Hi - I'm dealing with same solution? did you get any solution back than? On Monday, March 31, 2014 at 11:21:45 AM UTC+3, Den Chiks wrote: > > Hi guys, > > I have a trouble while trying to initialize v8::Context on x64 machine ( > under i32 works fine though ). > I use latest commits from master,

[v8-users] Intent to Ship: RegExp named captures

2017-10-18 Thread Jakob Gruber
Contact emails jgru...@chromium.org Spec https://github.com/tc39/proposal-regexp-named-groups Summary Named captures for ECMAScript regular expressions allow developers to create and refer to named capture groups. Interoperability and Compatibility risk This is a stage 3 feature. It adds support