Search code examples
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
Cannot copy encoded ABI Remix to verify...

ethereumsolidityabiremix

Read More
Calculation of relative offset in small code model...

c++assemblyx86-64abirelocation

Read More
Does the Windows ABI allow me to change the stack pointer?...

windowsstack64-bitcalling-conventionabi

Read More
FreeBSD/amd64 assembly - how to read "ARGC" from _start?...

assemblyx86-64freebsdabiargc

Read More
ABI filters of extended Build Variants do not overrides its parents...

androidgradleandroid-ndkabibuild-variant

Read More
Multiple ISA in same ELF file...

linuxelfabiinstruction-setfat-binaries

Read More
Why does the x86-64 / AMD64 System V ABI mandate a 16 byte stack alignment?...

assemblyx86-64memory-alignmentstack-memoryabi

Read More
varargs works in mips...

mipsvariadic-functionsabi

Read More
BackNext