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
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
Correct, portable way to interpret buffer as a struct
Jun 05, 2021
c
networking
portability
strict-aliasing
Does this really break strict-aliasing rules?
Sep 02, 2022
c++
language-lawyer
strict-aliasing
GCC Aliasing Checks w/Restrict pointers
Sep 01, 2022
c
optimization
gcc
strict-aliasing
gcc, strict-aliasing, and casting through a union
Sep 03, 2022
c
gcc
type-conversion
unions
strict-aliasing
Fix for dereferencing type-punned pointer will break strict-aliasing
Aug 30, 2022
c
strict-aliasing
type-punning
« Newer Entries
Older Entries »