Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in abi

Changing struct to class (and other type changes) and ABI/code generation

c++ swig abi

Why would the ELF header of a shared library specify Linux as the OSABI?

linux shared-libraries elf abi

Why does libcxx apply __forceinline or the GCC equivalent to its already hidden inline functions?

What determines binary compatibility of shared libraries on Linux?

c++ c linux shared-libraries abi

What sret actually means?

c llvm abi

How is the default enum size (short or no-short) determined by the configure options of gcc?

c gcc enums abi

Which registers are safe to use in a function (x86)

assembly x86 abi

Would Swift 5 apps be able to run only on specific iOS versions?

ios swift abi swift5

When do we break binary compatibility

c++ dll virtual-functions abi

Does changing f(mystruct *a) to f(const mystruct *a) breaks API/ABI in C?

Long long in c99

c assembly types abi long-long

How to expose STL list over DLL boundary?

c++ stl abi

Why is Application Binary Interface important for programming

What are the real ELF TLS ABI requirements for each cpu arch?

Objective-C 2.0 ABI specification

Visual Studio parameter alignment restrictions and Windows x64 ABI

What does the 'm' in a Python ABI tag mean?

python abi

How does C++ ABI deal with RVO and NRVO?

c++ abi rvo nrvo

Does opencl support boolean variables?

boolean opencl abi