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
C/C++ allowed short-circut compiler optimization
Jan 21, 2026
c++
c
compiler-optimization
short-circuiting
GCC - two identical functions but the code generated differs. Why?
Jan 19, 2026
c
gcc
compiler-optimization
compiler-bug
Why is gcc -O3 auto-vectorizing factorial? That many extra instructions looks worse
Jan 21, 2026
gcc
x86
x86-64
compiler-optimization
auto-vectorization
How does a compiler, say gcc, version built years ago can still compile for a processor released recently?
Jan 20, 2026
gcc
optimization
compiler-construction
intel
compiler-optimization
Does C99 standard define observable behavior as C++03 does?
Dec 31, 2025
c
c99
compiler-optimization
language-lawyer
How does Lua take advantage of <const> when emitting bytecode?
Dec 30, 2025
optimization
lua
compiler-optimization
bytecode
Saturate short (int16) in C++
Dec 30, 2025
c++
compiler-optimization
micro-optimization
Example of undefined behaviour involving the use of const_cast
Dec 22, 2025
c++
gcc
constants
compiler-optimization
undefined-behavior
Are multiple calls to the same method in the same statement optimized by the compiler?
Dec 23, 2025
java
android
optimization
java-8
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
Older Entries »