Starter bug: SR-946 Unify mutexes in the Swift runtime.
https://bugs.swift.org/browse/SR-946
"The Swift runtime uses two different mutexes internally. Neither one is good.
We should write a new swift::mutex or adopt some LLVM mutex that solves these
problems. ..."
--
Greg Parker gpar...@a
On Thu, Mar 10, 2016 at 10:49 PM Dmitri Gribenko
wrote:
> Hi everyone,
>
> I just wanted to announce that we have sufficient change on the
> swift-3-indexing-model branch so that we can build the core standard
> library and StdlibUnittest. We achieved this by putting the protocol
> new structure
My statement of the problem was unfortunate.
Anyway, the script I used was not what I should’ve used to solve a problem I
had. The preset in the script is probably the right thing. Sorry for raising
this. If a similar issue appears in the future and is a real issue I will
submit a PR to a scrip
On Mon, Mar 14, 2016, at 06:44 PM, Greg Parker wrote:
>
> > On Mar 14, 2016, at 3:38 PM, Ryan Lovelett via swift-dev
> > wrote:
> >
> >> On Tue, Mar 1, 2016, at 12:16 AM, Dmitri Gribenko wrote:
> >>
> >> IIRC there is no issue in the bug tracker, please feel free to file one!
> >>
> >> Also,
On Mon, Mar 14, 2016, at 06:42 PM, Dmitri Gribenko wrote:
> On Mon, Mar 14, 2016 at 3:38 PM, Ryan Lovelett
> wrote:
> > On Tue, Mar 1, 2016, at 12:16 AM, Dmitri Gribenko wrote:
> >> IIRC there is no issue in the bug tracker, please feel free to file one!
> >>
> >> Also, if you are familiar with bi
> On Mar 14, 2016, at 3:38 PM, Ryan Lovelett via swift-dev
> wrote:
>
>> On Tue, Mar 1, 2016, at 12:16 AM, Dmitri Gribenko wrote:
>>
>> IIRC there is no issue in the bug tracker, please feel free to file one!
>>
>> Also, if you are familiar with binutils internals, it might be helpful
>> to b
On Mon, Mar 14, 2016 at 3:38 PM, Ryan Lovelett
wrote:
> On Tue, Mar 1, 2016, at 12:16 AM, Dmitri Gribenko wrote:
>> IIRC there is no issue in the bug tracker, please feel free to file one!
>>
>> Also, if you are familiar with binutils internals, it might be helpful
>> to bisect the linker.
>
> I'm
On Tue, Mar 1, 2016, at 12:16 AM, Dmitri Gribenko wrote:
> IIRC there is no issue in the bug tracker, please feel free to file one!
>
> Also, if you are familiar with binutils internals, it might be helpful
> to bisect the linker.
I'm finally getting around to bisecting binutils. I'm making some