Re: [webkit-dev] BigInt implementation

2017-10-18 Thread Filip Pizlo
> On Oct 18, 2017, at 5:50 PM, Caio Lima wrote: > > Hi WebKittens. > > I’m planning to start implement JS BigInt proposal on JSC, however I > would like to sync with you the way you are planning to implement such > feature. > > Right now, I’m thinking in implement BigInt operations into C++ >

[webkit-dev] BigInt implementation

2017-10-18 Thread Caio Lima
Hi WebKittens. I’m planning to start implement JS BigInt proposal on JSC, however I would like to sync with you the way you are planning to implement such feature. Right now, I’m thinking in implement BigInt operations into C++ (possibly on WTF?) and make the JSBigInt use this implementation. As

[webkit-dev] Follow-up: EWS bots don't like patches with too many test failures

2017-10-18 Thread Jonathan Bedard
Hello everyone, A few days ago, EWS bots where hanging when patches triggered 30+ errors while running layout tests. We addressed the root cause in >, let me or Aakash know if you notice this problem happening