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
Is it legal to reuse memory from a fundamental type array for a different (yet still fundamental) type array
Sep 21, 2022
c++
casting
language-lawyer
strict-aliasing
`std::complex<T>[n]` and `T[n*2]` type aliasing
Dec 24, 2021
c++
language-lawyer
strict-aliasing
type-punning
Strict aliasing and memory locations
Aug 25, 2022
c
memory
standards
strict-aliasing
How to implement fast inverse sqrt without undefined behavior? [duplicate]
Nov 09, 2022
c++
undefined-behavior
strict-aliasing
Does accessing the first field of a struct via a C cast violate strict aliasing?
Sep 18, 2022
c++
c
language-lawyer
reinterpret-cast
strict-aliasing
Is there a (semantic) difference between the return value of placement new and the casted value of its operand?
Nov 23, 2021
c++
language-lawyer
reinterpret-cast
strict-aliasing
placement-new
Cast array of bytes to POD
Sep 13, 2022
c++
strict-aliasing
C++'s Strict Aliasing Rule - Is the 'char' aliasing exemption a 2-way street?
Oct 22, 2022
c++
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
« Newer Entries
Older Entries »