Newbetuts
.
New posts in memory-alignment
Does unaligned memory access always cause bus errors?
c
memory-alignment
Are stack variables aligned by the GCC __attribute__((aligned(x)))?
c
gcc
memory-alignment
callstack
Memory alignment : how to use alignof / alignas?
c++
c++11
x86-64
memory-alignment
How is the size of a C++ class determined?
c++
memory-alignment
Why can't C compilers rearrange struct members to eliminate alignment padding? [duplicate]
c
struct
compiler-optimization
memory-alignment
Do class/struct members always get created in memory in the order they were declared?
c++
memory
memory-alignment
Why does GCC pad functions with NOPs?
c
assembly
gcc
memory-alignment
Why does struct alignment depend on whether a field type is primitive or user-defined?
c#
.net
struct
clr
memory-alignment
Memory alignment of arrays
c
memory-alignment
dma
What does it mean to align the stack?
c
assembly
gcc
x86
memory-alignment
Compelling examples of custom C++ allocators?
c++
memory-management
std
memory-alignment
allocator
_mm_load_ps caused segment fault
c++
x86
sse
simd
memory-alignment
C undefined behavior. Strict aliasing rule, or incorrect alignment? [duplicate]
c
gcc
memory-alignment
strict-aliasing
Purpose of memory alignment
memory
alignment
memory-alignment
Why does the x86-64 / AMD64 System V ABI mandate a 16 byte stack alignment?
assembly
x86-64
memory-alignment
abi
unaligned address error checking in MIPS 0x10010072 [duplicate]
arrays
assembly
mips
memory-alignment
memory-address
Prev