Newbetuts
.
New posts in compiler-optimization
What kind of optimization does const offer in C/C++?
c++
c
constants
compiler-optimization
Clang optimization levels
clang
compiler-optimization
user-manual
Why does the enhanced GCC 6 optimizer break practical C++ code?
c++
gcc
compiler-optimization
undefined-behavior
C optimisation of string literals
c
string
gcc
compiler-optimization
string-pool
Limits of Nat type in Shapeless
scala
numbers
compiler-optimization
shapeless
What C/C++ compiler can use push pop instructions for creating local variables, instead of just increasing esp once?
c++
assembly
x86
compiler-optimization
micro-optimization
Disable all optimization options in GCC
c
gcc
optimization
performance-testing
compiler-optimization
Can I hint the optimizer by giving the range of an integer?
c++
optimization
integer
range
compiler-optimization
How to see which flags -march=native will activate?
gcc
g++
compiler-optimization
compiler-flags
Why can lambdas be better optimized by the compiler than plain functions?
c++
optimization
c++11
lambda
compiler-optimization
Why does GCC generate such radically different assembly for nearly the same C code?
c
gcc
assembly
x86
compiler-optimization
What is &&& operation in C
c++
c
operators
compiler-optimization
gcc-warning
Is a sign or zero extension required when adding a 32bit offset to a pointer for the x86-64 ABI?
assembly
x86-64
compiler-optimization
abi
sign-extension
Why does the Rust compiler not optimize code assuming that two mutable references cannot alias?
rust
compiler-optimization
llvm-codegen
C loop optimization help for final assignment (with compiler optimization disabled)
c
loops
optimization
compiler-optimization
debug-mode
How to compile Tensorflow with SSE4.2 and AVX instructions?
tensorflow
x86
compiler-optimization
simd
compiler-options
Why do we use volatile keyword? [duplicate]
c++
volatile
compiler-optimization
Why does GCC generate 15-20% faster code if I optimize for size instead of speed?
c++
performance
gcc
x86-64
compiler-optimization
Swift Beta performance: sorting arrays
swift
performance
sorting
xcode6
compiler-optimization
Why does clang produce inefficient asm with -O0 (for this simple floating point sum)?
c
assembly
x86-64
compiler-optimization
llvm-codegen
Prev
Next