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 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
Why are elementwise additions much faster in separate loops than in a combined loop?
Feb 17, 2022
c++
performance
x86
vectorization
compiler-optimization
« Newer Entries