search for: tbds

Displaying 14 results from an estimated 14 matches for "tbds".

Did you mean: tbd
2018 Apr 11
2
[cfe-dev] [RFC] Open sourcing and contributing TAPI back to the LLVM community
On Tue, Apr 10, 2018 at 5:33 PM Jake Ehrlich via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Benifits of TBD: > 1) It's human readable and diffs on TBDs correspond to changes in the ABI. > Diffs can be automatically added to review processes to ensure that changes > to the ABI are reviewed. The TBDs also document your precise ABI. > 2) The size is smaller which means they can be shipped in an SDK instead > of binaries to reduce the size...
2018 Apr 10
0
[cfe-dev] [RFC] Open sourcing and contributing TAPI back to the LLVM community
Benifits of TBD: 1) It's human readable and diffs on TBDs correspond to changes in the ABI. Diffs can be automatically added to review processes to ensure that changes to the ABI are reviewed. The TBDs also document your precise ABI. 2) The size is smaller which means they can be shipped in an SDK instead of binaries to reduce the size of an SDK 3) Stubs...
2018 Apr 10
3
[cfe-dev] [RFC] Open sourcing and contributing TAPI back to the LLVM community
On Mon, Apr 9, 2018 at 10:11 PM, John Ericson via llvm-dev < llvm-dev at lists.llvm.org> wrote: > > Regardless of any of that, given that TBD files _are_ an integral part > of the apple platform, supporting them is certainly a necessity in order to > have a working apple linker. So, if making LLD work for Apple/MachO is the > justification for adding TBD support to LLVM, that
2018 Apr 10
2
[cfe-dev] [RFC] Open sourcing and contributing TAPI back to the LLVM community
...e there are a few of us interested in this then. I new around here and don't really know how decisions are made, so what's next? Just open a diff with the entire library?? John On 04/10/2018 05:33 PM, Jake Ehrlich wrote: > Benifits of TBD: > 1) It's human readable and diffs on TBDs correspond to changes in the > ABI. Diffs can be automatically added to review processes to ensure > that changes to the ABI are reviewed. The TBDs also document your > precise ABI. > 2) The size is smaller which means they can be shipped in an SDK > instead of binaries to reduce...
2018 Apr 10
3
[cfe-dev] [RFC] Open sourcing and contributing TAPI back to the LLVM community
...; around here and don't really know how decisions are made, so > what's next? Just open a diff with the entire library?? > > John > > On 04/10/2018 05:33 PM, Jake Ehrlich wrote: >> Benifits of TBD: >> 1) It's human readable and diffs on TBDs correspond to changes in >> the ABI. Diffs can be automatically added to review processes to >> ensure that changes to the ABI are reviewed. The TBDs also >> document your precise ABI. >> 2) The size is smaller which means they can be shipped in an SDK >&g...
2018 Apr 10
0
[cfe-dev] [RFC] Open sourcing and contributing TAPI back to the LLVM community
...terested in this then. I new around > here and don't really know how decisions are made, so what's next? Just > open a diff with the entire library?? > > John > On 04/10/2018 05:33 PM, Jake Ehrlich wrote: > > Benifits of TBD: > 1) It's human readable and diffs on TBDs correspond to changes in the ABI. > Diffs can be automatically added to review processes to ensure that changes > to the ABI are reviewed. The TBDs also document your precise ABI. > 2) The size is smaller which means they can be shipped in an SDK instead > of binaries to reduce the size...
2018 Sep 20
2
[cfe-dev] [RFC] Open sourcing and contributing TAPI back to the LLVM community
...9;t really know how decisions are made, so what's next? Just >>> open a diff with the entire library?? >>> >>> John >>> On 04/10/2018 05:33 PM, Jake Ehrlich wrote: >>> >>> Benifits of TBD: >>> 1) It's human readable and diffs on TBDs correspond to changes in the >>> ABI. Diffs can be automatically added to review processes to ensure that >>> changes to the ABI are reviewed. The TBDs also document your precise ABI. >>> 2) The size is smaller which means they can be shipped in an SDK instead >>&gt...
2018 Sep 20
2
[cfe-dev] [RFC] Open sourcing and contributing TAPI back to the LLVM community
...xt? Just >>>>> open a diff with the entire library?? >>>>> >>>>> John >>>>> On 04/10/2018 05:33 PM, Jake Ehrlich wrote: >>>>> >>>>> Benifits of TBD: >>>>> 1) It's human readable and diffs on TBDs correspond to changes in the >>>>> ABI. Diffs can be automatically added to review processes to ensure that >>>>> changes to the ABI are reviewed. The TBDs also document your precise ABI. >>>>> 2) The size is smaller which means they can be shipped in an...
2017 Sep 08
8
[RFC] Open sourcing and contributing TAPI back to the LLVM community
...of the SDK that ships with Xcode and how to improve build times for the overall OS inside Apple. The result is a tool called TAPI, which is used at Apple for all things related to text-based dynamic library files (.tbd). What are text-based dynamic library files? Text-based dynamic library files (TBDs) are a textual representation of the information in a dynamic library / shared library that is required by the static linker - basically a symbol list of the exported symbols. Apple’s SDKs originally used Mach-O Dynamic Library Stubs. Mach-O Dynamic Library Stubs are dynamic library files, but wit...
2017 Oct 25
0
[cfe-dev] [RFC] Open sourcing and contributing TAPI back to the LLVM community
...h Xcode and how to improve build times for the overall OS > inside Apple. The result is a tool called TAPI, which is used at Apple for > all things related to text-based dynamic library files (.tbd). > > *What are text-based dynamic library files?* > Text-based dynamic library files (TBDs) are a textual representation of > the information in a dynamic library / shared library that is required by > the static linker - basically a symbol list of the exported symbols. > > Apple’s SDKs originally used Mach-O Dynamic Library Stubs. Mach-O Dynamic > Library Stubs are dynami...
2009 Apr 08
1
fxp: stalled transfers
...old total TCP payload. To make code simple for TSO/non-TSO case, increase the index of the first available TBD array. o Remove KASSERT that checks the size of a DMA segment should be less than or equal to MCLBYTES as it's no longer valid in TSO. o Tx threshold and number of TBDs field is used to store MSS in TSO. So don't set the Tx threshold in TSO case. I didn't look further on this commit for now. Please review it. Probably someone of you can give me a hint. Regards Bj?rn
2018 Apr 09
0
[cfe-dev] [RFC] Open sourcing and contributing TAPI back to the LLVM community
...h Xcode and how to improve build times for the overall OS > inside Apple. The result is a tool called TAPI, which is used at Apple for > all things related to text-based dynamic library files (.tbd). > > *What are text-based dynamic library files?* > Text-based dynamic library files (TBDs) are a textual representation of > the information in a dynamic library / shared library that is required by > the static linker - basically a symbol list of the exported symbols. > > Apple’s SDKs originally used Mach-O Dynamic Library Stubs. Mach-O Dynamic > Library Stubs are dynami...
2012 Jun 05
0
[LLVMdev] technical debt
FWIW, I'm putting together (hopefully to be done by the end of this weekend) a substantial refactoring of the TableGen backend API along with shiny new documentation (reStructuredText with sphinx) of all of TableGen, including documentation about how to write backends and---depending on how adventurous I get---a more detailed coverage of the syntax. Also, Reed, in your TableGen talk, IIRC,
2012 Jun 05
4
[LLVMdev] technical debt
On 06/04/2012 05:17 PM, Daniel Berlin wrote: > Can we get back to the substantive discussion about your ideas for > lessening the technical debt? The lessening requires enlisting people that are willing to do this as opposed to doing fun science like cool optimization. I,for example, find the documentaiton, cleanup and refactoring to be interesting so I don't feel cheated to work on