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
Why can't C compilers rearrange struct members to eliminate alignment padding? [duplicate]
Aug 16, 2022
c
struct
compiler-optimization
memory-alignment
Clang optimization levels
Dec 14, 2021
clang
compiler-optimization
user-manual
Using this pointer causes strange deoptimization in hot loop
Apr 13, 2022
c++
c++11
optimization
compiler-optimization
strict-aliasing
Why can't (or doesn't) the compiler optimize a predictable addition loop into a multiplication?
Aug 15, 2022
c
performance
compiler-optimization
Bubble sort slower with -O3 than -O2 with GCC
Oct 05, 2022
c
gcc
x86-64
cpu-architecture
compiler-optimization
How do I make an infinite empty loop that won't be optimized away?
Dec 14, 2021
c
clang
language-lawyer
compiler-optimization
Why does the enhanced GCC 6 optimizer break practical C++ code?
Dec 14, 2021
c++
gcc
compiler-optimization
undefined-behavior
Limits of Nat type in Shapeless
Dec 14, 2021
scala
numbers
compiler-optimization
shapeless
Can I hint the optimizer by giving the range of an integer?
Aug 30, 2022
c++
optimization
integer
range
compiler-optimization
How to see which flags -march=native will activate?
Aug 14, 2022
gcc
g++
compiler-optimization
compiler-flags
Why can lambdas be better optimized by the compiler than plain functions?
Aug 22, 2022
c++
optimization
c++11
lambda
compiler-optimization
Why does GCC generate such radically different assembly for nearly the same C code?
Aug 14, 2022
c
gcc
assembly
x86
compiler-optimization
What is &&& operation in C
Aug 14, 2022
c++
c
operators
compiler-optimization
gcc-warning
How to compile Tensorflow with SSE4.2 and AVX instructions?
Feb 01, 2022
tensorflow
x86
compiler-optimization
simd
compiler-options
Why does the Rust compiler not optimize code assuming that two mutable references cannot alias?
Aug 13, 2022
rust
compiler-optimization
llvm-codegen
Why do we use volatile keyword? [duplicate]
Aug 13, 2022
c++
volatile
compiler-optimization
Why does GCC generate 15-20% faster code if I optimize for size instead of speed?
Aug 13, 2022
c++
performance
gcc
x86-64
compiler-optimization
Swift Beta performance: sorting arrays
Feb 20, 2022
swift
performance
sorting
xcode6
compiler-optimization
Replacing a 32-bit loop counter with 64-bit introduces crazy performance deviations with _mm_popcnt_u64 on Intel CPUs
Apr 08, 2022
c++
performance
assembly
x86
compiler-optimization
Why doesn't GCC optimize a*a*a*a*a*a to (a*a*a)*(a*a*a)?
Aug 13, 2022
gcc
assembly
floating-point
compiler-optimization
fast-math
« Newer Entries
Older Entries »