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
Can a struct alias its own initial and only member?
Aug 18, 2021
c
language-lawyer
strict-aliasing
Does removing const from a pointer-to-const obey strict aliasing in C, and refer to the same object?
Oct 14, 2022
c
constants
language-lawyer
strict-aliasing
Does the aliasing loophole apply to signed characters?
Nov 20, 2020
c++
char
language-lawyer
signed
strict-aliasing
Does dereferencing a char* inhibit strict aliasing optimizations?
Aug 30, 2022
c
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
« Newer Entries
Older Entries »