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!
>
> Regards,
> Yusuke Suzuki
>
> On Sun, Feb 21, 2016 at 10:50 PM, Konstantin Tokarev 
> wrote:
>
>>
>>
>> 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
>> desireble.
>>
>> BTW, reportedly B3 works on Win64 (run-layout-jsc passes 634 tests of 646)
>>
>> >
>> > Regards,
>> > Yusuke Suzuki
>> >
>> > On Sun, Feb 21, 2016 at 10:41 PM, Konstantin Tokarev 
>> wrote:
>> >> 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
>> executable, and has no external dependencies besides ICU. This port can be
>> easily enhanced to support building on Windows, therefore it's no longer
>> called "Nix".
>> >>
>> >> If this patch is accepted I would like to set up build slave for
>> Linux/MIPS using this port.
>> >>
>> >> [1] https://bugs.webkit.org/show_bug.cgi?id=154512
>> >> [2]
>> https://lists.webkit.org/pipermail/webkit-dev/2015-November/027785.html
>> >>
>> >> --
>> >> Regards,
>> >> Konstantin
>>
>>
>> --
>> Regards,
>> Konstantin
>>
>
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


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" :
> > +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.
>
> BTW, reportedly B3 works on Win64 (run-layout-jsc passes 634 tests of 646)
>
> >
> > Regards,
> > Yusuke Suzuki
> >
> > On Sun, Feb 21, 2016 at 10:41 PM, Konstantin Tokarev 
> wrote:
> >> 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 executable,
> and has no external dependencies besides ICU. This port can be easily
> enhanced to support building on Windows, therefore it's no longer called
> "Nix".
> >>
> >> If this patch is accepted I would like to set up build slave for
> Linux/MIPS using this port.
> >>
> >> [1] https://bugs.webkit.org/show_bug.cgi?id=154512
> >> [2]
> https://lists.webkit.org/pipermail/webkit-dev/2015-November/027785.html
> >>
> >> --
> >> Regards,
> >> Konstantin
>
>
> --
> Regards,
> Konstantin
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


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 desireble.

BTW, reportedly B3 works on Win64 (run-layout-jsc passes 634 tests of 646)

>
> Regards,
> Yusuke Suzuki
>
> On Sun, Feb 21, 2016 at 10:41 PM, Konstantin Tokarev  
> wrote:
>> 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 executable, and 
>> has no external dependencies besides ICU. This port can be easily enhanced 
>> to support building on Windows, therefore it's no longer called "Nix".
>>
>> If this patch is accepted I would like to set up build slave for Linux/MIPS 
>> using this port.
>>
>> [1] https://bugs.webkit.org/show_bug.cgi?id=154512
>> [2] https://lists.webkit.org/pipermail/webkit-dev/2015-November/027785.html
>>
>> --
>> Regards,
>> Konstantin


-- 
Regards,
Konstantin
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


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, Konstantin Tokarev 
wrote:

> 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 executable,
> and has no external dependencies besides ICU. This port can be easily
> enhanced to support building on Windows, therefore it's no longer called
> "Nix".
>
> If this patch is accepted I would like to set up build slave for
> Linux/MIPS using this port.
>
>
> [1] https://bugs.webkit.org/show_bug.cgi?id=154512
> [2]
> https://lists.webkit.org/pipermail/webkit-dev/2015-November/027785.html
>
> --
> Regards,
> Konstantin
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev