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 compiler-optimization
Compiler code generation - how we know it is high quality?
Dec 23, 2025
assembly
compiler-optimization
Would the following code be optimized to one function call?
Dec 23, 2025
c++
compiler-optimization
Why this dead store of unique_ptr cannot be eliminated?
Dec 21, 2025
c++
gcc
compiler-optimization
abi
Does undefined behaviour retroactively mean that earlier visible side-effects aren't guaranteed?
Dec 22, 2025
c
gcc
language-lawyer
compiler-optimization
undefined-behavior
To use or not to use -fpic
Dec 21, 2025
c
gcc
compiler-optimization
fpic
Does C99 Standard allow the compiler to transform code such that the same expression is no longer evaluated once some deduced condition is met?
Dec 20, 2025
c
optimization
c99
compiler-optimization
Why does compiling with -Os make this function larger?
Dec 19, 2025
c
gcc
compiler-optimization
Can 2 `restrict`-ed pointers compare equal?
Dec 18, 2025
c++
c
language-lawyer
compiler-optimization
restrict-qualifier
Understanding clang loop-optimization
Dec 16, 2025
c++
optimization
compiler-optimization
llvm-clang
C++ : How can I know the size of Base class SubObject?
Dec 16, 2025
c++
class
abstract-class
compiler-optimization
Need help optimizing function call
Dec 14, 2025
c
performance
optimization
function-pointers
compiler-optimization
How does C++ keep the const value? [duplicate]
Dec 13, 2025
c++
compiler-optimization
Compiler optimization eliminates effects of false sharing. How?
Dec 12, 2025
c++
loops
openmp
compiler-optimization
false-sharing
gcc builds with -o but not -o3?
Dec 11, 2025
c
gcc
compiler-errors
compiler-optimization
For a function that takes a const struct, does the compiler not optimize the function body?
Dec 12, 2025
c++
c
gcc
compiler-optimization
Different instructions when I use direct initialization vs std::initializer_list
Dec 09, 2025
c++
compiler-optimization
What type of analysis do compilers do to spot opportunities for reducing entires chunks of code with calls to builtins?
Dec 07, 2025
c++
assembly
clang
bit-manipulation
compiler-optimization
« Newer Entries
Older Entries »