Re: [swift-dev] sharing tips and tricks and scripts

2017-10-22 Thread Saleem Abdulrasool via swift-dev
I agree with Jordan (and Chris) on this. I think that we should try to simplify the build process that we have rather than encouraging more build script wrappers. The current build process is pretty cumbersome which is why I think that many people have wrapper scripts. In fact, it seems that it

Re: [swift-dev] sharing tips and tricks and scripts

2017-10-22 Thread Erik Eckstein via swift-dev
I agree that fixing build-script is the better approach than to introduce another wrapper around it. But there are many other needs for scripts, for example the (already existing) cmpcodesize script for comparing code size. And I think it makes sense to create a new directory rather than puttin

Re: [swift-dev] Rationalizing FloatingPoint conformance to Equatable

2017-10-22 Thread Brent Royal-Gordon via swift-dev
> On Oct 21, 2017, at 6:27 PM, Xiaodi Wu via swift-dev > wrote: > > Steve can describe the exact number of additional machine instructions on > each architecture, but from my cursory reading the performance cost is not > good and there's little cleverness to be had. I'm not sure why you think