Re: [swift-dev] LLDB Invalid address (32 bit arm)

2015-12-24 Thread Dmitri Gribenko via swift-dev
+ swift-lldb-dev On Thu, Dec 24, 2015 at 3:03 PM, William Dillon via swift-dev wrote: > Hi all, > > I’m working on addressing issues that are preventing lldb from compiling on > 32-bit arm platforms. Many warnings are generated by the definition of > LLDB_INVALID_ADDRESS as UINT64_MAX. Ultima

[swift-dev] LLDB Invalid address (32 bit arm)

2015-12-24 Thread William Dillon via swift-dev
Hi all, I’m working on addressing issues that are preventing lldb from compiling on 32-bit arm platforms. Many warnings are generated by the definition of LLDB_INVALID_ADDRESS as UINT64_MAX. Ultimately, it stems from the fact that size_t is 32 bits, which changes it to the value to UINT32_MAX

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

2015-12-24 Thread Daniel Dunbar via swift-dev
> On Dec 20, 2015, at 11:26 PM, Nadav Rotem wrote: > > >> On Dec 20, 2015, at 1:01 PM, Daniel Dunbar > > wrote: >> >> Hi Nadav, > > Hi Daniel, > >> >> One thing you didn't call out here was any connection to visibility. > > This is a great point! > > Apps