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
Can GCOV create .gcda file in the different directory structure?
Oct 19, 2025
g++
code-coverage
compiler-optimization
gcov
lcov
Cython execution speed vs. MSVC and GCC versions
Oct 19, 2025
python
gcc
visual-c++
cython
compiler-optimization
Why is a simple FP loop not auto-vectorized, and slower than a SIMD intrinsics calculation?
Oct 17, 2025
c++
optimization
x86-64
compiler-optimization
simd
Do C++ compilers remove const variables used only to make code clearer
Oct 18, 2025
c++
function
memory-management
constants
compiler-optimization
Why is my CUDA warp shuffle sum using the wrong offset for one shuffle step?
Oct 17, 2025
cuda
compiler-optimization
gpu-warp
parameter to the java compiler of Eclipse
Oct 17, 2025
java
eclipse
ide
compiler-optimization
Why is [static 1] not used everywhere in C?
Oct 16, 2025
c
gcc
compiler-optimization
Why can GCC only do loop interchange optimization when the int size is a compile-time constant?
Oct 16, 2025
c
gcc
optimization
x86
compiler-optimization
const char compiler optimization
Oct 17, 2025
c
compiler-optimization
string-interning
How to prevent GCC from inserting memset during link-time optimization?
Oct 17, 2025
gcc
linker
compiler-optimization
lto
freestanding
Why does gcc 12.2 not optimise divisions into shifts in this constexpr function called from main()
Oct 15, 2025
c++
g++
compiler-optimization
integer-division
constexpr-function
Why won't compilers inline constant captures in my lambda?
Oct 02, 2025
c++
lambda
compiler-optimization
inlining
How to prevent compiler from optimizing a load to variable that is never used
Sep 22, 2025
c++
visual-c++
compiler-optimization
dead-code
seh
GCC Optimizes away an if clause which can't be optimized
Sep 21, 2025
c
gcc
compiler-optimization
How to remove -pthread compiler flag from cython setup file
Sep 20, 2025
python
cython
compiler-optimization
cythonize
gcc compiler optimization influences result of floating point comparison
Sep 17, 2025
c
gcc
floating-point
compiler-optimization
Do aggressive F# compiler optimizations only occur on referenced dependencies + release configuration?
Sep 16, 2025
.net-core
f#
compiler-optimization
Why do GCC and Clang pop on both branches instead of only once? (Factoring parts of the epilogue out of tail-duplication)
Sep 15, 2025
c++
assembly
gcc
x86-64
compiler-optimization
Why is optimization forbidden if a C compiler cannot prove lack of UB?
Sep 15, 2025
c
optimization
compiler-optimization
undefined-behavior
integer-overflow
Older Entries »