Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in abi

Compilation failing on EnableABIBreakingChecks

How to Compile boost with GCC 5 using old ABI?

c++11 gcc boost linker abi

Why do we need stack allocation when we have a red zone?

Acceptability of regular usage of r10 and r11

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