Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in strict-aliasing
Does this code violate the strict aliasing rule?
Aug 25, 2022
c
language-lawyer
strict-aliasing
Understanding restrict qualifier by examples
Nov 06, 2022
c
c99
strict-aliasing
restrict-qualifier
Once again: strict aliasing rule and char*
Nov 05, 2020
c++
c
reinterpret-cast
strict-aliasing
will casting around sockaddr_storage and sockaddr_in break strict aliasing
Jun 19, 2021
c++
c
linux
sockets
strict-aliasing
C undefined behavior. Strict aliasing rule, or incorrect alignment? [duplicate]
Apr 01, 2022
c
gcc
memory-alignment
strict-aliasing
GCC and strict aliasing between arrays of a same type
Sep 14, 2022
c
gcc
strict-aliasing
Is placement new legally required for putting an int into a char array?
Mar 25, 2022
c++
language-lawyer
primitive-types
strict-aliasing
placement-new
How to implement "_mm_storeu_epi64" without aliasing problems?
Dec 25, 2021
c++
sse
intrinsics
strict-aliasing
Unions, aliasing and type-punning in practice: what works and what does not?
Mar 21, 2022
c++
gcc
strict-aliasing
Why compilers no longer optimize this UB with strict aliasing
Sep 14, 2022
c++
c
gcc
clang
strict-aliasing
How to allocate memory for an array and a struct in one malloc call without breaking strict aliasing?
Dec 17, 2021
c
memory-management
strict-aliasing
C99 strict aliasing rules in C++ (GCC)
Sep 25, 2022
c++
c
gcc
strict-aliasing
Why doesn't GCC and Clang do this aliasing-optimization?
Nov 05, 2022
c++
gcc
optimization
compiler-optimization
strict-aliasing
What's a proper way of type-punning a float to an int and vice-versa?
Sep 15, 2022
c++
undefined-behavior
gcc-warning
strict-aliasing
type-punning
What precautions should I take to make a memory pool that does not invoke undefined behavior?
Mar 14, 2022
c
language-lawyer
undefined-behavior
c11
strict-aliasing
Are all pointers derived from pointers to structure types the same?
Sep 04, 2022
c
pointers
struct
c99
strict-aliasing
Aliasing T* with char* is allowed. Is it also allowed the other way around?
Sep 04, 2022
c++
language-lawyer
strict-aliasing
type-punning
aligned_storage and strict aliasing
Apr 19, 2018
c++
undefined-behavior
language-lawyer
strict-aliasing
type-punning
Has a std::byte pointer the same aliasing implications as char*?
Mar 15, 2022
c++
c++17
strict-aliasing
Is the strict aliasing rule incorrectly specified?
Nov 20, 2022
c
language-lawyer
strict-aliasing
« Newer Entries
Older Entries »