Yeah.  If we allow GCC 4.8 then I think we should make all of our code compile 
with it.  If that proves too difficult (like if we had to get rid of all 
lambdas), then I think we need to not allow GCC 4.8.

-Filip


> On Apr 18, 2016, at 12:54 PM, Anders Carlsson <ander...@apple.com> wrote:
> 
> I also don’t think we should require different versions of GCC for different 
> projects. 
> 
> - Anders
> 
>> On Apr 18, 2016, at 12:50 PM, Filip Pizlo <fpi...@apple.com> wrote:
>> 
>> I don't want a buildbot for MIPS. It's not a relevant architecture anymore. 
>> I don't think that JSC developers should have to expend effort towards 
>> keeping this architecture working.
>> 
>> -Filip
>> 
>>> On Apr 18, 2016, at 12:36 PM, Konstantin Tokarev <annu...@yandex.ru> wrote:
>>> 
>>> Hello,
>>> 
>>> I'd like to run build slave for MIPS port of JSC (with JSCOnly port on 
>>> Linux). On the first iteration it will just ensure that compilation is not 
>>> broken, afterwards I'm planning to add running tests on target.
>>> 
>>> However, I'm planning to use cross-toolchain based on GCC 4.8.4 (for now, 
>>> the latest one supplied by Broadcom), and unmodified tree won't build 
>>> because of GCC version check in Source/WTF/wtf/Compiler.h.
>>> 
>>> Are there any objections for lowering GCC requirement from 4.9.0 to 4.8.4 
>>> (only for JavaScriptCore without B3)? I'm going to fix arising compilation 
>>> errors myself.
>>> 
>>> -- 
>>> Regards,
>>> Konstantin
>>> _______________________________________________
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org
>>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>> _______________________________________________
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
> 

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to