Search code examples
How to pack a Rust enum into its minimal size?...


rustenumsabimemory-layout

Read More
Why is instantiating core::time::Nanoseconds unsafe?...


rustabi

Read More
how handle Zig error sets from C using Zig ABI...


cerror-handlingabizig

Read More
What are callee and caller saved registers?...


assemblycpu-registerscalling-conventionabi

Read More
Is there a database of C function signatures?...


cclanginteropffiabi

Read More
Encode function selector with signature in Zig...


encodingcryptographysolidityabizig

Read More
Rust public abi for foreign language ffi...


rustffiabi

Read More
C++ data serialization and ABI compatibility...


c++ipcabi

Read More
What is the cost of calling a function which takes a reference with a dereferenced pointer?...


c++referencecompiler-optimizationabi

Read More
Copy constructors and const& versus the ARM ABI...


c++pass-by-referencearm64pass-by-valueabi

Read More
Not getting every transaction and unable to parse data...


ethereumabiethers.jsbinance-smart-chainpancakeswap

Read More
What is the closest equivalent to the abidw utility for OS X...


macosshared-librariesabidwarfmach

Read More
Where is the order in which ELF relocations are applied specified?...


c++elfdynamic-linkingabirelocation

Read More
Differences in .s assembly between GCC and mingw: How to compile QBE output on windows?...


assemblygccmingwabi

Read More
What exactly does GCC's -Wpsabi option do? What are the implications of supressing it?...


c++linuxgccgcc-warningabi

Read More
How to mark a C++ type as not "trivially_copyable", while keeping it "trivial for the...


c++abiitanium

Read More
Aarch64 is there a Red Zone on Linux, If so 16 or 128 bytes?...


linuxarm64stack-memoryabired-zone

Read More
What registers are preserved through a linux x86-64 function call...


linuxassemblyx86-64calling-conventionabi

Read More
how to determine field offset in stat struct calling from assembly?...


assemblystructoffsetabistat

Read More
What are the calling conventions for UNIX & Linux system calls (and user-space functions) on i38...


linuxassemblyx86-64calling-conventionabi

Read More
What distribution has the best cross compatibility on Amazon AWS Graviton?...


amazon-web-servicesarm64abiaws-graviton

Read More
Does adding enumerators into enum break ABI?...


c++enumsabi

Read More
Behaviors of stack pointer in ARM64...


assemblyarm64memory-alignmentstack-memoryabi

Read More
Crash running app build on macOS 13.6 (clang 15), when running on macOS 11 (dynamic_cast)...


c++xcodemacosobjective-c++abi

Read More
Is "argv[0] = name-of-executable" an accepted standard or just a common convention?...


c++cprogram-entry-pointargvabi

Read More
Which C specifiers may cause ABI incompatibility between the caller and callee?...


cabiqualifiersstorage-class-specifier

Read More
Does the C++ standard allow for an uninitialized bool to crash a program?...


c++llvmundefined-behaviorabillvm-codegen

Read More
Does C have a standard ABI?...


cabi

Read More
Why is changing a property from "init" to "set" a binary breaking change?...


c#propertiesabi

Read More
Android '*.so' libraries missing when debuggable flag is false (independent of build-variant...


androidgradleshared-librariesbuild.gradleabi

Read More
BackNext