Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
New posts in Strict Aliasing
Why can't the C compiler optimize changing the value of a const pointer assuming that two pointers to the same variable would be illegal/UB?
Apr 17, 2021
C - Conversion behavior between two pointers
Apr 17, 2021
Calling FFTW's in-place real-to-complex transform without violating strict aliasing rules
Apr 17, 2021
Is ((size_t *)(vec))[-1] a violation of strict-aliasing?
Apr 17, 2021
How does binary I/O of POD types not break the aliasing rules?
Apr 17, 2021
Unions, aliasing and type-punning in practice: what works and what does not?
Apr 17, 2021
Strict Aliasing Rule and Type Aliasing in C++
Apr 17, 2021
reinterpret_cast vs strict aliasing
Apr 17, 2021
Reusing a float buffer for doubles without undefined behaviour
Apr 17, 2021
Is it a strict aliasing violation to alias a struct as its first member?
Apr 17, 2021
Older Entries »