[webkit-dev] Is gperf really needed when building the JSCOnly with CMake?

2018-09-30 Thread Koby Boyango
Hi I'm currently experimenting with using the new Azure Pipelines as the CI platform for node-jsc. While setting up the Windows test, I had to add some extra steps in order to add gperf and make sure CMake's find_package finds it. Currently, gperf is required for all CMake ports, as it is checked

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

2018-09-25 Thread Koby Boyango
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 _

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

2018-09-23 Thread Koby Boyango
here so I haven't had enough time to work :) On Sat, Sep 22, 2018 at 8:36 AM Yusuke Suzuki wrote: > 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 bu

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

2018-09-16 Thread Koby Boyango
s to optimize JSC on them. > > On Sat, Sep 15, 2018 at 5:20 AM Filip Pizlo wrote: > >> 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? >> &

[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 <https://github.com/mceSystems/node-jsc>, an experimental port of node.js to the JavaScriptCore engine and iOS specifically. node-jsc's core component, "jscshim" (deps/jscshim) <