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
Writing memcpy conformant with strict aliasing
Oct 26, 2022
c++
c
memcpy
strict-aliasing
std::launder and strict aliasing rule
Mar 19, 2022
c++
language-lawyer
c++17
strict-aliasing
placement-new
Is reinterpret_cast<char *> the only valid use of reinterpret_cast?
Aug 22, 2022
c++
strict-aliasing
Do pointers to pointers to structs have implied interchangeability?
Feb 21, 2022
c
pointers
struct
language-lawyer
strict-aliasing
Could we access member of a non-existing class type object?
Apr 22, 2020
c++
language-lawyer
strict-aliasing
class-members
In C++, What does "access" mean in the strict aliasing rule?
Oct 24, 2022
c++
language-lawyer
strict-aliasing
Efficient conversion data one integer type to another with the same representation
Mar 17, 2022
c
strict-aliasing
Is ((size_t *)(vec))[-1] a violation of strict-aliasing?
Jul 26, 2022
c
strict-aliasing
Am I breaking strict aliasing rules?
Aug 11, 2022
c++
c++11
sse
strict-aliasing
Simplest rule of thumb to avoid breaking strict-aliasing rules?
Apr 09, 2022
c++
c
strict-aliasing
C aliasing rules and memcpy
Jan 30, 2014
c++
c
strict-aliasing
Strict aliasing, -ffast-math and SSE
Oct 27, 2021
c++
clang
sse
strict-aliasing
fast-math
Is the strict aliasing rule really a "two-way street"?
Dec 27, 2020
c
pointers
strict-aliasing
Is using the result of new char[] or malloc to casted float * is UB (strict aliasing violation)?
Sep 20, 2021
c++
malloc
language-lawyer
strict-aliasing
object-lifetime
Does casting a char array to another type violate strict-aliasing rules?
Oct 11, 2021
c++
language-lawyer
compiler-warnings
reinterpret-cast
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
« Newer Entries
Older Entries »