Re: [webkit-qt] Release assert in JIT on ARM

2016-09-01 Thread Konstantin Tokarev
bkit-qt@lists.webkit.org; jsc-...@lists.webkit.org > Subject: Re: [webkit-qt] Release assert in JIT on ARM > > 23.08.2016, 20:59, "Yusuke SUZUKI" <utatane@gmail.com>: >>  Fixed. https://trac.webkit.org/changeset/204699 >> >>  So, I think Konstan

Re: [webkit-qt] Release assert in JIT on ARM

2016-08-25 Thread Andrew Webster
6 2:00 PM To: Yusuke SUZUKI Cc: Andrew Webster; webkit-qt@lists.webkit.org; jsc-...@lists.webkit.org Subject: Re: [webkit-qt] Release assert in JIT on ARM 23.08.2016, 20:59, "Yusuke SUZUKI" <utatane@gmail.com>: > Fixed. https://trac.webkit.org/changeset/204699 > > So,

Re: [webkit-qt] Release assert in JIT on ARM

2016-08-23 Thread Konstantin Tokarev
23.08.2016, 20:59, "Yusuke SUZUKI" : > Fixed. https://trac.webkit.org/changeset/204699 > > So, I think Konstantin will update the QtWebKitNG for the next Technology > Preview. > Once it is done & released, this issue is fixed :) I've prepared a backport of this patch to

Re: [webkit-qt] Release assert in JIT on ARM

2016-08-23 Thread Yusuke SUZUKI
Fixed. https://trac.webkit.org/changeset/204699 So, I think Konstantin will update the QtWebKitNG for the next Technology Preview. Once it is done & released, this issue is fixed :) On Fri, Aug 19, 2016 at 10:34 PM, Yusuke SUZUKI wrote: > Nice catch! > > I've just filed

Re: [webkit-qt] Release assert in JIT on ARM

2016-08-19 Thread Yusuke SUZUKI
Nice catch! I've just filed it in https://bugs.webkit.org/show_bug.cgi?id=161029. AnyInt includes int52 representation, that is only allowed in 64bit DFG. (See enableInt52()) On Sat, Aug 20, 2016 at 2:49 AM, Konstantin Tokarev wrote: > > > 19.08.2016, 20:43, "Konstantin

Re: [webkit-qt] Release assert in JIT on ARM

2016-08-19 Thread Konstantin Tokarev
19.08.2016, 20:43, "Konstantin Tokarev" : > 19.08.2016, 18:34, "Andrew Webster" : >>  This may be a question for webkit-dev, but I thought I'd check here first >> since I'm using qtwebkit-tp3. >> >>  On an arm 32-bit platform in SpeculativeJIT::speculate, I

Re: [webkit-qt] Release assert in JIT on ARM

2016-08-19 Thread Konstantin Tokarev
19.08.2016, 18:34, "Andrew Webster" : > This may be a question for webkit-dev, but I thought I'd check here first > since I'm using qtwebkit-tp3. > > On an arm 32-bit platform in SpeculativeJIT::speculate, I occasionally hit > the default handler which contains a release