Re: [webkit-dev] node-jsc: A node.js port to the JavaScriptCore engine and iOS

2018-09-25 Thread Koby Boyango
That's my plan :) I've created the umbrella bug https://bugs.webkit.org/show_bug.cgi?id=189947 and I will start sending the patches (besides the holidays here it took me some time to get everything working for webkit-patch). Koby On Mon, Sep 24, 2018 at 1:01 AM Darin Adler wrote: > > On Sep 23,

Re: [webkit-dev] node-jsc: A node.js port to the JavaScriptCore engine and iOS

2018-09-23 Thread Darin Adler
> On Sep 23, 2018, at 1:34 PM, Koby Boyango wrote: > > I will merge your changes to my fork Would you be willing to focus on upstreaming first, instead? That would also get you the latest improvements, but in a more sustainable way. — Darin ___ webki

Re: [webkit-dev] node-jsc: A node.js port to the JavaScriptCore engine and iOS

2018-09-23 Thread Koby Boyango
Yusuke Suzuki - That's awesome! thanks for taking the time to do this. I will merge your changes to my fork, I'm really curious on how this will affect compilation times and binary size. Filip Pizlo, Saam Barati - Thanks! I will create the bugs and patches as soon as I can, it's just the holidays

Re: [webkit-dev] node-jsc: A node.js port to the JavaScriptCore engine and iOS

2018-09-21 Thread Yusuke Suzuki
On Sun, Sep 16, 2018 at 6:09 PM Koby Boyango wrote: > Thanks for taking the time to look into the project :) > > Filip - I would love to. Should I create one bug for all of the patches, > or a bug for each patch? > Also, there is an existing bug that I've reported a while ago, but worked > around

Re: [webkit-dev] node-jsc: A node.js port to the JavaScriptCore engine and iOS

2018-09-16 Thread Saam Barati
Hi Koby, This sounds awesome. A good list of people to CC on the bug for reviews are: sbar...@apple.com,fpi...@apple.com,keith_mil...@apple.com,mark@apple.com,msab...@apple.com,yusukesuz...@slowstart.org - Saam > On Sep 16, 2018, at 11:44 AM, Filip Pizlo wrote: > > > >> On Sep 16, 2018,

Re: [webkit-dev] node-jsc: A node.js port to the JavaScriptCore engine and iOS

2018-09-16 Thread Filip Pizlo
> On Sep 16, 2018, at 2:09 AM, Koby Boyango wrote: > > Thanks for taking the time to look into the project :) > > Filip - I would love to. Should I create one bug for all of the patches, or a > bug for each patch? > Also, there is an existing bug that I've reported a while ago, but worked >

Re: [webkit-dev] node-jsc: A node.js port to the JavaScriptCore engine and iOS

2018-09-16 Thread Koby Boyango
Thanks for taking the time to look into the project :) Filip - I would love to. Should I create one bug for all of the patches, or a bug for each patch? Also, there is an existing bug that I've reported a while ago, but worked around it for now: https://bugs.webkit.org/show_bug.cgi?id=184232. It i

Re: [webkit-dev] node-jsc: A node.js port to the JavaScriptCore engine and iOS

2018-09-14 Thread Yusuke Suzuki
Really great! node-jsc sounds very exciting to me. From the users' view, t is nice if we run app constructed in node.js manner in iOS devices. In addition, from the JSC developers' view, it is also awesome. It allows us to easily run node.js libraries / benchmarks / tests on JSC, which is really g

Re: [webkit-dev] node-jsc: A node.js port to the JavaScriptCore engine and iOS

2018-09-14 Thread Filip Pizlo
Wow! That’s pretty cool! I think that it would be great for this to be upstreamed. Can you create a bug on bugs.webkit.org and post your patches for review? -Filip On Sep 13, 2018, at 4:02 PM, Koby Boyango mailto:koby.b@mce.systems>> wrote: > Hi, > > I'm Koby Boyang

[webkit-dev] node-jsc: A node.js port to the JavaScriptCore engine and iOS

2018-09-13 Thread Koby Boyango
Hi, I'm Koby Boyango, a senior researcher and developer at mce, and I've created node-jsc , an experimental port of node.js to the JavaScriptCore engine and iOS specifically. node-jsc's core component, "jscshim" (deps/jscshim)