Re: [webkit-dev] Switching open source Debug bots to building and testing with configuration --force-opt=O3

2020-06-24 Thread Geoffrey Garen
OK. Geooff > On Jun 24, 2020, at 12:19 PM, Saam Barati wrote: > > If we're only doing this for JSC, I don't think we need this, as none of us > care. > > If we want to do it for all of WK testing, we should include this for folks > who care about having O0-style stack traces. > > - Saam >

Re: [webkit-dev] Switching open source Debug bots to building and testing with configuration --force-opt=O3

2020-06-24 Thread Saam Barati
If we're only doing this for JSC, I don't think we need this, as none of us care. If we want to do it for all of WK testing, we should include this for folks who care about having O0-style stack traces. - Saam > On Jun 24, 2020, at 12:17 PM, Geoffrey Garen wrote: > > Is "-fno-inline

Re: [webkit-dev] Switching open source Debug bots to building and testing with configuration --force-opt=O3

2020-06-24 Thread Geoffrey Garen
Is "-fno-inline -fno-optimize-sibling-calls” still on the table? Thanks, Geoff > On Jun 24, 2020, at 10:28 AM, Mark Lam wrote: > > I forgot to add ... > >> On Jun 24, 2020, at 10:26 AM, Mark Lam > > wrote: >> >> Based on all the feedback given so far, it looks like

Re: [webkit-dev] Switching open source Debug bots to building and testing with configuration --force-opt=O3

2020-06-24 Thread Mark Lam
I forgot to add ... > On Jun 24, 2020, at 10:26 AM, Mark Lam wrote: > > Based on all the feedback given so far, it looks like we can move forward > with the following plan: > 1. JSC Debug test bots will build their own local jsc with O3 before running > the tests. 1.5 JSC EWS bot will also

Re: [webkit-dev] Switching open source Debug bots to building and testing with configuration --force-opt=O3

2020-06-24 Thread Mark Lam
Based on all the feedback given so far, it looks like we can move forward with the following plan: 1. JSC Debug test bots will build their own local jsc with O3 before running the tests. 2. The rest of the build and test bots will remain unchanged. Let's move forward with this and get the Debug