Re: [swift-dev] [arc optimization] Why doesn't enum destructuring use guaranteed references?

2018-01-02 Thread Félix Cloutier via swift-dev
> Le 30 déc. 2017 à 14:22, Michael Gottesman a écrit : >> That sounds fun. I'll have to check with my manager after the holidays. > > Nerd snipe success? = p I guess so? 🤓 I'm an easy target. >> It sounds like having flexible parameter ownership rules doesn't have too >> much overhead if it c

Re: [swift-dev] [arc optimization] Why doesn't enum destructuring use guaranteed references?

2018-01-02 Thread Félix Cloutier via swift-dev
> Le 29 déc. 2017 à 20:50, Michael Gottesman a écrit : > > No worries. Happy to help = ). If you are interested, I would be happy to > help guide you in implementing one of these optimizations. That sounds fun. I'll have to check with my manager after the holidays. > The main downside is that

Re: [swift-dev] [arc optimization] Why doesn't enum destructuring use guaranteed references?

2018-01-02 Thread Félix Cloutier via swift-dev
Thanks Michael! Other people might have different opinions, but knowing that a "definitive" fix is on the way is plenty for me and I'm not looking to make a fuss. If you still have some time, I have another question or two. You said that only self is passed at +0. Does this mean, for instance,