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
Do different versions of compilers (e.g GCC) generate different performance?
Nov 19, 2025
c++
c
optimization
g++
compiler-optimization
Trailing padding in C/C++ in nested structures - is it neccesary?
Nov 17, 2025
c++
c
padding
compiler-optimization
structlayout
Why is my compiler "optimizing" this for loop into an infinite loop when compiled with -O3 in C++
Nov 18, 2025
c++
compiler-errors
infinite-loop
compiler-optimization
undefined-behavior
Why does object's memory profile need to be known at compile-time for stack placement?
Nov 18, 2025
c++
compiler-optimization
low-level
Link-time optimizations in CUDA 11 - what are they and how to use them?
Nov 06, 2025
cuda
compiler-optimization
nvcc
compiler-options
lto
C++: for-loop is optimized into endless loop if function return statement is missing - compiler bug?
Nov 07, 2025
c++
compiler-optimization
internal-compiler-error
How to properly reuse symbol table in a multi-pass compiler
Nov 04, 2025
compiler-construction
code-generation
compiler-optimization
symbol-table
clang can't optimize away global variables used only in main()?
Nov 03, 2025
c++
optimization
clang
llvm
compiler-optimization
gcc 12 generate worse assemble code in finding the min element in a vector than gcc 8
Nov 03, 2025
c++
gcc
compiler-optimization
Successfully enabling -fno-finite-math-only on NaN removal method
Nov 03, 2025
c++
gcc
nan
compiler-optimization
Why doesn't the C++ standard library utilize likely/unlikely attributes?
Nov 03, 2025
c++
algorithm
compiler-optimization
micro-optimization
likely-unlikely
Compiler choice of not using REP MOVSB instruction for a byte array move
Nov 02, 2025
c++
assembly
visual-c++
x86
compiler-optimization
Performance difference of signed and unsigned integers of non-native length
Nov 01, 2025
c++
assembly
optimization
x86-64
compiler-optimization
Do modern compilers optimize multiplication by 1 and -1
Nov 01, 2025
c++
templates
compiler-optimization
negation
Is it safe to change data via a pointer when another pointer-to-const observes it?
Oct 30, 2025
c
constants
compiler-optimization
pointer-aliasing
Is it possible to strip type names from executable while keeping RTTI enabled?
Oct 30, 2025
c++
visual-c++
compiler-optimization
rtti
How to compile C++ windows exe without import table
Oct 30, 2025
c++
visual-studio
visual-c++
compilation
compiler-optimization
GCC optimization for CPU and MEMORY usage
Oct 30, 2025
gcc
memory
cpu-usage
compiler-optimization
Older Entries »