[libcxx-dev] Stabilizing libc++'s ABI v2

Louis Dionne via libcxx-dev libcxx-dev at lists.llvm.org
Thu Mar 21 09:50:41 PDT 2019



> On Mar 21, 2019, at 12:42, Ben Craig <ben.craig at ni.com> wrote:
> 
> It may be more palatable to maintain multiple stable APIs if there is a good (automated) test plan that can ensure stability.  Does such a test plan exist?

We need to keep each ABI stable with respect to itself, which is what we're doing today with ABI v1. It just means that we need to run whatever ABI tests we're running for each ABI version. So, for example, this means making sure that programs built against an old libc++ using ABI v2 still run when linking against a newer version of libc++ on ABI v2. We already have tests to this effect for ABI v1, and I don't see any roadblock to doing that for ABI v2 too.

Note that I'm not "happy" about having to maintain multiple ABI versions. What I'm saying is that if we limit ourselves to 3 concurrent ABI versions, we might just be limiting ourselves to 3 ABI versions forever (since some people might not be able to migrate off v1).

Louis

>  
>  
> From: libcxx-dev <libcxx-dev-bounces at lists.llvm.org> On Behalf Of JF Bastien via libcxx-dev
> Sent: Thursday, March 21, 2019 11:37 AM
> To: Louis Dionne <ldionne at apple.com>
> Cc: Libc++ Dev <libcxx-dev at lists.llvm.org>
> Subject: [EXTERNAL] Re: [libcxx-dev] Stabilizing libc++'s ABI v2
>  
>  
> 
> 
> On Mar 21, 2019, at 8:07 AM, Louis Dionne via libcxx-dev <libcxx-dev at lists.llvm.org <mailto:libcxx-dev at lists.llvm.org>> wrote:
>  
>  
> 
> 
> On Mar 21, 2019, at 05:54, Eric Fiselier <eric at efcs.ca <mailto:eric at efcs.ca>> wrote:
>  
>  
> libc++ should support only three ABI versions at once: deprecated, stable, and unstable.
> Making v2 stable means deprecating v1.  The time between deprecation and removal
> limits how often we can cut a new ABI.
>  
> I'm not sure I agree with this. If the time required for people to move off v1 is too great (and I think it is quite long), I don't see harm in maintaining multiple stable ABI versions at a given time. Basically, each ABI version just opts-in to some new ABI break. Eventually, if a stable ABI version is not needed anymore, it can be removed.
>  
> Otherwise, stabilizing ABI v3 will be blocked on the slowest "customer" moving off ABI v1, but in some cases this may be an unbounded amount of time.
>  
> I agree with Louis.
>  
> Of course ABI versions with no users shouldn’t be supported, and ABI version users should help maintain these versions. We’d be signing up to help maintain v1 since we’ve shipped it and have developers who rely on it.
>  
> At the same time, this shouldn’t block new ABI versions. We shouldn’t be creating a new ABI every week, but we should be able to create new ones when it makes sense to do so. We don’t really need a policy on “when do we create new stable ABIs”: a thread like this is good enough given the number of developers in libc++. The point of this thread is to figure out: what’s missing from v2’s stability, and what’s our timeline.
>  
> I therefore disagree that libc++ should support only three ABI versions at once.
>  
> 
> 
> Louis
> 
> 
>  
> /Eric
>  
> On Wed, Mar 20, 2019 at 3:47 PM Louis Dionne via libcxx-dev <libcxx-dev at lists.llvm.org <mailto:libcxx-dev at lists.llvm.org>> wrote:
>  
> 
> 
> On Mar 20, 2019, at 14:02, Mikhail Maltsev <Mikhail.Maltsev at arm.com <mailto:Mikhail.Maltsev at arm.com>> wrote:
>  
> On 3/20/19 5:24 PM, Marshall Clow via libcxx-dev wrote:
> 
> 
> 
> On Tue, Mar 19, 2019 at 1:10 PM Louis Dionne via libcxx-dev
> <libcxx-dev at lists.llvm.org <mailto:libcxx-dev at lists.llvm.org> <mailto:libcxx-dev at lists.llvm.org <mailto:libcxx-dev at lists.llvm.org>>> wrote:
> 
>    Hi,
> 
>    I'd like to know whether folks currently have breaking changes planned for
>    the version 2 ABI of libc++. Are we aware of improvements that would require
>    breaking the ABI and that we have not implemented yet?
> 
> 
> I have a note to fix XXX::set_value to use call_once when I can break ABI, so I
> should do that first.
> 
> You also mentioned some <regex>-related changes:
> https://bugs.llvm.org/show_bug.cgi?id=35967#c2 <https://urldefense.proofpoint.com/v2/url?u=https-3A__bugs.llvm.org_show-5Fbug.cgi-3Fid-3D35967-23c2&d=DwMFaQ&c=I_0YwoKy7z5LMTVdyO6YCiE2uzI1jjZZuIPelcSjixA&r=y8mub81SfUi-UCZRX0Vl1g&m=up857i138YetP_qkcBifs-IQZEoT9qDkocTAsi5L5c8&s=ZxUeQ0Z4a0cLZJBao6pkJHA_trYtRAHwwDmNrSvLcfI&e=>
>  
> Right, those two items are exactly the kind of thing I was thinking about. Let's implement those and put them behind ABI macros just so we don't forget. When we are ready to stabilize the ABI we won't miss those changes.
>  
> Louis
>  
> _______________________________________________
> libcxx-dev mailing list
> libcxx-dev at lists.llvm.org <mailto:libcxx-dev at lists.llvm.org>
> https://lists.llvm.org/cgi-bin/mailman/listinfo/libcxx-dev <https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.llvm.org_cgi-2Dbin_mailman_listinfo_libcxx-2Ddev&d=DwMFaQ&c=I_0YwoKy7z5LMTVdyO6YCiE2uzI1jjZZuIPelcSjixA&r=y8mub81SfUi-UCZRX0Vl1g&m=up857i138YetP_qkcBifs-IQZEoT9qDkocTAsi5L5c8&s=9DGccSEFgmd8ZI7xS0qIZ27E72FNPwDQPCsFAGuRIDY&e=>
>  
> _______________________________________________
> libcxx-dev mailing list
> libcxx-dev at lists.llvm.org <mailto:libcxx-dev at lists.llvm.org>
> https://lists.llvm.org/cgi-bin/mailman/listinfo/libcxx-dev <https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.llvm.org_cgi-2Dbin_mailman_listinfo_libcxx-2Ddev&d=DwQFaQ&c=I_0YwoKy7z5LMTVdyO6YCiE2uzI1jjZZuIPelcSjixA&r=y8mub81SfUi-UCZRX0Vl1g&m=up857i138YetP_qkcBifs-IQZEoT9qDkocTAsi5L5c8&s=9DGccSEFgmd8ZI7xS0qIZ27E72FNPwDQPCsFAGuRIDY&e=>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/libcxx-dev/attachments/20190321/4cd77596/attachment.html>


More information about the libcxx-dev mailing list