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
Copying a bool from a parameter to a global - comparing compilers output
Apr 05, 2022
c++
assembly
x86
compiler-optimization
micro-optimization
Why doesn't GCC optimize this call to printf?
Aug 27, 2017
c
gcc
assembly
printf
compiler-optimization
What are these seemingly-useless callq instructions in my x86 object files for?
Mar 27, 2022
c++
assembly
x86
compiler-optimization
GCC's reordering of read/write instructions
Sep 18, 2022
memory
gcc
linux-kernel
cpu
compiler-optimization
What does clang's `-Ofast` option do in practical terms especially for any differences from gcc?
Aug 31, 2022
c++
floating-point
clang
x86-64
compiler-optimization
intel
Why is `std::copy` 5x (!) slower than `memcpy` for reading one int from a char buffer, in my test program?
Sep 18, 2022
c++
performance
x86-64
benchmarking
compiler-optimization
Compiler optimization: g++ slower than intel
Oct 06, 2022
c++
performance
g++
intel
compiler-optimization
Why is the empty base class optimization (EBO) is not working in MSVC?
Sep 15, 2020
c++
visual-c++
compiler-optimization
empty-class
How can modern compiler optimization convert recursion into returning a constant?
Sep 17, 2022
c++
recursion
gcc
g++
compiler-optimization
Why is this behavior allowed in the Java Memory Model?
Mar 20, 2022
java
concurrency
compiler-optimization
java-memory-model
causality
C: Accessing lookup tables faster?
Oct 05, 2022
c
linux
optimization
compiler-optimization
Empty Data Member Optimization: would it be possible?
Sep 17, 2022
c++
compiler-optimization
Crash in C++ code due to undefined behaviour or compiler bug?
Sep 17, 2022
c++
visual-studio-2010
visual-c++
crash
compiler-optimization
Why does enabling undefined behaviour sanitization interfere with optimizations?
Aug 24, 2022
c++
gcc
compiler-optimization
constexpr
ubsan
"volatile" qualifier and compiler reorderings
Sep 17, 2022
c++
c
volatile
compiler-optimization
GCC SSE code optimization
Nov 03, 2022
c
optimization
sse
compiler-optimization
hpc
Do compilers automatically optimise repeated calls to mathematical functions?
Sep 16, 2022
c++
optimization
compiler-optimization
Hotspot JIT optimizations
Jun 06, 2022
java
jit
compiler-optimization
Why is '--++a-- ++ +b--' evaluated in this order?
Sep 16, 2022
c++
operator-overloading
compiler-optimization
evaluation
operator-precedence
C Programming: difference between ++i and i=i+1 from an assembler point of view?
Nov 20, 2022
c
compiler-construction
assembly
compilation
compiler-optimization
« Newer Entries
Older Entries »