Re: [swift-dev] Current master is failing on 3 tests

2015-12-31 Thread Nadav Rotem via swift-dev
Thanks for reverting. I fixed the issue in cd71f51 and verified that the tests pass with LLVM assertions enabled. > On Dec 31, 2015, at 12:08 PM, Nadav Rotem via swift-dev > wrote: > > Yes, I introduced the failing tests (and the bug) a few hours ago. Sorry. It > looks like th

Re: [swift-dev] Current master is failing on 3 tests

2015-12-31 Thread Nadav Rotem via swift-dev
Yes, I introduced the failing tests (and the bug) a few hours ago. Sorry. It looks like the bug is in the call to APInt::divrem() with mismatch bitwidth APInts. I am currently away from my computer. Feel free to comment out the tests and I'll fix the problem in a few hours. Sent from my iPh

Re: [swift-dev] Reducing the size of Swift binaries by shortening symbols

2015-12-20 Thread Nadav Rotem via swift-dev
GS2_PS0_S5_Ss_PS0___S13_S13_S9_Ss_SiSiS10_Ss_SiSiS11_Ss_S14__PS0_TFSs28_arrayNonSliceInPlaceReplaceu0_Rq_Ss16_ArrayBufferTypeq0_Ss14CollectionTypezqq_S_7Elementqqq0_Ss12SequenceType9GeneratorSs13GeneratorType7Elementzqq_Ss23_CollectionDefaultsType5IndexSizqqq_S3_5IndexSs16ForwardIndexType8DistanceSizqqq_S3_5IndexS4_19_DisabledRangeIndexSiz_S3_5IndexS4_8DistanceSs25IntegerLiteralConvertible18IntegerLiteralTypeSi_FTRq_GVSs5RangeSi_Siq0__T_ > > - Daniel > >> On Dec 18, 2015, at 4

Re: [swift-dev] Reducing the size of Swift binaries by shortening symbols

2015-12-20 Thread Nadav Rotem via swift-dev
Steve > >> On Dec 20, 2015, at 5:17 AM, Dmitri Gribenko > <mailto:griboz...@gmail.com>> wrote: >> >> + Stephen Canon, because he probably has good ideas in this domain. >> >> On Fri, Dec 18, 2015 at 3:42 PM, Nadav Rotem via swift-dev >> mailto:sw

Re: [swift-dev] Reducing the size of Swift binaries by shortening symbols

2015-12-20 Thread Nadav Rotem via swift-dev
> On Dec 20, 2015, at 2:17 AM, Dmitri Gribenko wrote: > > + Stephen Canon, because he probably has good ideas in this domain. > > On Fri, Dec 18, 2015 at 3:42 PM, Nadav Rotem via swift-dev > mailto:swift-dev@swift.org>> wrote: > > What’s next? > > Th

[swift-dev] Reducing the size of Swift binaries by shortening symbols

2015-12-18 Thread Nadav Rotem via swift-dev
Hi Swift-Dev, We care deeply about the size of binaries that are generated by the Swift compiler and make an effort to optimize and shrink the generated binaries. One of the problems that we have today is that swift symbols are mangled into extremely long strings. This is especially a problem