[swift-dev] Statically-emitted or statically-allocated objects with new refcounting

2017-03-14 Thread Joe Groff via swift-dev
Hey Greg, what are the correct refcounting bits now to set in a global statically-emitted heap object that shouldn't ever be released? -Joe ___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev

Re: [swift-dev] Statically-emitted or statically-allocated objects with new refcounting

2017-03-14 Thread Greg Parker via swift-dev
> On Mar 14, 2017, at 12:43 PM, Joe Groff wrote: > > Hey Greg, what are the correct refcounting bits now to set in a global > statically-emitted heap object that shouldn't ever be released? For now use the same thing that stack-allocated objects use. I forget what the bit pattern is exactly.

Re: [swift-dev] Statically-emitted or statically-allocated objects with new refcounting

2017-03-14 Thread Greg Parker via swift-dev
> On Mar 14, 2017, at 1:34 PM, Greg Parker via swift-dev > wrote: > > >> On Mar 14, 2017, at 12:43 PM, Joe Groff > > wrote: >> >> Hey Greg, what are the correct refcounting bits now to set in a global >> statically-emitted heap object that shouldn't ever be released?

Re: [swift-dev] Statically-emitted or statically-allocated objects with new refcounting

2017-03-14 Thread Jordan Rose via swift-dev
> On Mar 14, 2017, at 13:52, Greg Parker via swift-dev > wrote: > > >> On Mar 14, 2017, at 1:34 PM, Greg Parker via swift-dev > > wrote: >> >> >>> On Mar 14, 2017, at 12:43 PM, Joe Groff >> > wrote: >>> >>> Hey Greg, what are the correct

Re: [swift-dev] Statically-emitted or statically-allocated objects with new refcounting

2017-03-14 Thread John McCall via swift-dev
> On Mar 14, 2017, at 5:08 PM, Jordan Rose via swift-dev > wrote: >> On Mar 14, 2017, at 13:52, Greg Parker via swift-dev > > wrote: >> >> >>> On Mar 14, 2017, at 1:34 PM, Greg Parker via swift-dev >> > wrote: >>> >>> On Mar 14, 201

[swift-dev] CI outage tomorrow

2017-03-14 Thread Nicole Jacque via swift-dev
Hi All- The Swift.org continuous integration infrastructure will be going down for maintenance tomorrow, starting at 10 AM Pacific. We expect the outage to last 4-6 hours. We’ll send out email when the maintenance is complete. Thanks! Nicole ___ swi

Re: [swift-dev] Statically-emitted or statically-allocated objects with new refcounting

2017-03-14 Thread Greg Parker via swift-dev
> On Mar 14, 2017, at 2:16 PM, John McCall wrote: > >> On Mar 14, 2017, at 5:08 PM, Jordan Rose via swift-dev > > wrote: >> >>> On Mar 14, 2017, at 13:52, Greg Parker via swift-dev >> > wrote: >>> On Mar 14, 2017, at 1:34 PM, Greg Pa

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #8805

2017-03-14 Thread Greg Parker via swift-dev
I don't know what broke here, so I'm going to revert all of these changes in about an hour unless somebody knows what is wrong. • IRGen: Consider the conforming type’s accessibility for lazy witness (detail) • [sil-generic-specializer] Provide a possibility to disable the (detai