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
Strict aliasing and overlay inheritance
Nov 04, 2022
c
struct
language-lawyer
strict-aliasing
Does this pointer casting break strict aliasing rule?
Sep 16, 2022
c
pointers
casting
c99
strict-aliasing
Is it possible to enable link-time optimization while only disabling strict aliasing for some functions?
Feb 11, 2021
c++
c
strict-aliasing
Is it legal to alias a char array through a pointer to int?
Nov 13, 2022
c++
language-lawyer
strict-aliasing
Plain C polymorphism, type punning, and strict aliasing. How legal is this?
Aug 16, 2022
c
polymorphism
language-lawyer
strict-aliasing
type-punning
Which of these pointer comparisons should a conforming compiler be able to optimize to "always false"?
Dec 28, 2021
c++
compiler-optimization
strict-aliasing
Is this hack to remove aliasing warning UB?
Jun 23, 2022
c++
gcc
compiler-warnings
placement-new
strict-aliasing
Does Visual C++ support "strict aliasing"?
Sep 24, 2022
visual-c++
strict-aliasing
Aliasing with char *, unsigned char * and signed char *
Dec 16, 2017
c
strict-aliasing
C memory allocator and strict aliasing
Sep 22, 2022
c
memory-management
language-lawyer
strict-aliasing
Generic char[] based storage and avoiding strict-aliasing related UB
Dec 07, 2021
c++
c++11
undefined-behavior
strict-aliasing
type-punning
Can you access the object representation of any object through a char*?
Jun 06, 2021
c++
language-lawyer
strict-aliasing
Can a std::array alias a fragment of a larger array?
Nov 09, 2022
c++
arrays
c++11
strict-aliasing
type-punning
What is the no-undefined-behavior way of deserializing an object from a byte array in C++11 (or later)?
Nov 12, 2022
c++
c++11
strict-aliasing
Strict aliasing in Rust?
Feb 04, 2022
rust
undefined-behavior
strict-aliasing
Type punning a struct in C and C++ via a union
Aug 04, 2022
c++
c
language-lawyer
strict-aliasing
type-punning
Aliasing Arrays through structs
Apr 16, 2022
c
arrays
struct
language-lawyer
strict-aliasing
How to cast the address of a pointer generically while conforming to the C standard
Aug 13, 2022
c
pointers
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
« Newer Entries
Older Entries »