Re: [webkit-dev] Introducing brand new EWS

2019-04-11 Thread Ryosuke Niwa
Yes, that would be great. Although I'd still prefer having a proper waterfall view so that when my patch isn't getting processed / very behind in the queue, I can figure out what's causing it on my own instead of having to tell a bot watcher something is wrong with EWS. - R. Niwa On Thu, Apr

Re: [webkit-dev] Introducing brand new EWS

2019-04-11 Thread Aakash Jain
Hi Ryosuke, Sorry for the delay. I will soon be adding the feature to display patch's position in queue in https://bugs.webkit.org/show_bug.cgi?id=196607 . Would that address your concern? Thanks Aakash > On Apr 4, 2019, at 10:09 PM, Ryosuke

Re: [webkit-dev] Concurrent JS and 32bit platforms

2019-04-11 Thread Filip Pizlo
> On Apr 11, 2019, at 7:03 AM, Xan wrote: > > Hi all, > > as part of our work on improving 32bit support in JSC we at Igalia are > planning to have a look at enabling concurrent js We don’t support concurrent JavaScript. We do have concurrent JITs and concurrent GC. > for these

Re: [webkit-dev] Concurrent JS and 32bit platforms

2019-04-11 Thread Konstantin Tokarev
11.04.2019, 17:03, "Xan" : > Hi all, > > as part of our work on improving 32bit support in JSC we at Igalia are > planning to have a look at enabling concurrent js for these platforms. Before > we dive in, though, we thought it would be better to ask some preliminary > questions: > > - Was

[webkit-dev] Concurrent JS and 32bit platforms

2019-04-11 Thread Xan
Hi all, as part of our work on improving 32bit support in JSC we at Igalia are planning to have a look at enabling concurrent js for these platforms. Before we dive in, though, we thought it would be better to ask some preliminary questions: - Was this feature only implemented for 64bit because