<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Thanks for helping get all of this sorted out and documented, Eric (and Juergen and Justin). As you’ve laid things out, this does a great job of both documenting our existing practice and breaking out the different use-cases and how they related to stability. That’s hugely useful, as the differences are not always obvious and have historically given rise to frustration and confusion. Similarly, I’m glad to see made explicit both expectations regarding unit tests for APIs and for proposing extensions to or new APIs. All of this makes great sense.<div class=""><br class=""></div><div class="">-Jim<br class=""><div class=""><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Nov 19, 2015, at 1:56 PM, Eric Christopher via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" class="">llvm-dev@lists.llvm.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class=""><br class=""></div><div class="">Hi All,</div><div class=""><br class=""></div><div class="">I wanted to send a follow-up mail to the C API discussion/BoF that we had at the latest developer meeting and nicely hosted by Justin and Juergen.</div><div class=""><br class=""></div><div class="">We were able to reach consensus on a number of questions/concerns about the C API so I’m going to go ahead and list them for posterity and for any further discussion here:</div><div class=""><br class=""></div><div class="">Stability Guarantees:</div><div class=""><br class=""></div><div class="">The C API is, in general, a “best effort” for stability. This means that we’ll make every attempt to keep the C API stable, but that stability will be limited by the abstractness of the interface and the stability of the C++ API that it wraps. In practice, this means that things like “create debug info” or “create this type of instruction” is likely to be less stable than “take this IR file and JIT it for my current machine”.</div><div class="">Release stability:</div><div class="">We won’t break the C API on the release branch with patches that go on that branch - in general.</div><div class="">Exception: If we fix an unintentional C API break that will keep us consistent with both the previous and next release.</div><div class=""><br class=""></div><div class="">Including new things into the API:</div><div class=""><br class=""></div><div class="">We’re going to adopt a policy of “if a particular LLVM subcomponent has a C API already included, then expanding that API is acceptable”, but we’re also going to institute a better policy of “please test the API that you’ve just expanded”. Hopefully this will get the C API better tested as time goes on to remove accidental breakage so that any time we break the C API we know about it.</div><div class=""><br class=""></div><div class="">Adding C API for subcomponents that don’t currently have one is also fine, and the details of how best to do that should be discussed on the mailing list as they come up.</div><div class=""><br class=""></div><div class="">Documentation:</div><div class=""><br class=""></div><div class="">We’re going to document this policy in the developer documentation. In addition, any changes to the C API will require documentation in the release notes so that it’s clear to external users who do not follow the project how the C API is changing and evolving.</div><div class=""><br class=""></div><div class="">What we expect this means in practice is that APIs like libLTO and other APIs based on reading IR are going to remain highly stable and that more wrapper like APIs (IR creation, etc) are going to both be added and change as the underlying IR changes.</div><div class=""><br class=""></div><div class="">Please feel free to follow up to this thread with any concerns.</div><div class=""><br class=""></div><div class="">Thanks!</div><div class=""><br class=""></div><div class="">-eric (with Justin and Juergen)</div><span id="docs-internal-guid-e8d98b73-21bc-774d-c46b-662eebb1cd3a" class=""><div class=""><span style="font-size: 14.6667px; font-family: Arial; vertical-align: baseline; white-space: pre-wrap; background-color: transparent;" class=""><br class=""></span></div></span></div>
_______________________________________________<br class="">LLVM Developers mailing list<br class=""><a href="mailto:llvm-dev@lists.llvm.org" class="">llvm-dev@lists.llvm.org</a><br class="">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev<br class=""></div></blockquote></div><br class=""></div></div></div></body></html>