[webkit-dev] JSCOnly port

2016-02-21 Thread Konstantin Tokarev
Hello, Following the discussion in "Thought about Nix JavaScriptCore port", I'm proposing patch [1] that adds new port named "JSCOnly". It is based on patch proposed by Yusuke Suzuki in [2], where you can also find justification. As the name suggests, this port builds only JSC library and

Re: [webkit-dev] JSCOnly port

2016-02-21 Thread Yusuke SUZUKI
+1. Looks nice to me :) Now, B3 is working on Linux, we can drop LLVM dependencies while enabling aggressive JIT compilers (enabling LLInt, Baseline, DFG, FTL_B3). So, only the dependent library for JSCOnly port is ICU, that is desireble. Regards, Yusuke Suzuki On Sun, Feb 21, 2016 at 10:41 PM,

Re: [webkit-dev] JSCOnly port

2016-02-21 Thread Konstantin Tokarev
21.02.2016, 16:45, "Yusuke SUZUKI" : > +1. Looks nice to me :) > Now, B3 is working on Linux, we can drop LLVM dependencies while enabling > aggressive JIT compilers (enabling LLInt, Baseline, DFG, FTL_B3). > So, only the dependent library for JSCOnly port is ICU, that is

Re: [webkit-dev] JSCOnly port

2016-02-21 Thread Yusuke SUZUKI
If the name "JSCOnly" is accepted by WebKittens, I'll set r+ for that patch :) The other part looks good for the first step! Regards, Yusuke Suzuki On Sun, Feb 21, 2016 at 10:50 PM, Konstantin Tokarev wrote: > > > 21.02.2016, 16:45, "Yusuke SUZUKI" : >

Re: [webkit-dev] JSCOnly port

2016-02-21 Thread Yusuke SUZUKI
And, now, I'm setting up a VPS server for the buildbot... --- Regards, Yusuke Suzuki On Sun, Feb 21, 2016 at 11:14 PM, Yusuke SUZUKI wrote: > If the name "JSCOnly" is accepted by WebKittens, I'll set r+ for that > patch :) > The other part looks good for the first step!