Newbetuts
.
New posts in compiler-optimization
"xor eax, ebp" being used in C++ compiler output
c++
assembly
reverse-engineering
compiler-optimization
buffer-overflow
Can different optimization levels lead to functionally different code?
c++
c
gcc
compiler-optimization
Unexpected result when C++ store element into std::vector from return value of function
c++
gcc
vector
compiler-optimization
compiler-bug
Does the C# compiler treat a lambda expression as a public or private method?
c#
compiler-optimization
Why doesn't a compiler optimize floating-point *2 into an exponent increment?
c++
c
performance
optimization
compiler-optimization
Why doesn't GCC optimize out deletion of null pointers in C++?
c++
gcc
null
compiler-optimization
delete-operator
Is this a compiler optimisation bug, or an undefined behaviour?
c++
visual-studio-2010
visual-studio
compiler-optimization
undefined-behavior
Using Assembly Language in C/C++
c++
c
optimization
compiler-optimization
assembly
Optimization of raw new[]/delete[] vs std::vector
c++
vector
c++14
compiler-optimization
JIT not optimizing loop that involves Integer.MAX_VALUE
java
compiler-optimization
jit
jvm-hotspot
When do programmers use Empty Base Optimization (EBO)
c++
class
optimization
memory-management
compiler-optimization
Why is Clang optimizing this code out?
c++
clang
compiler-optimization
Optimize in CMake by default
c++
cmake
compiler-optimization
GCC's reordering of read/write instructions
memory
gcc
linux-kernel
cpu
compiler-optimization
Why is gcc allowed to speculatively load from a struct?
c
gcc
assembly
x86
compiler-optimization
When can Hotspot allocate objects on the stack? [duplicate]
java
jvm
compiler-optimization
jvm-hotspot
stack-allocation
Will the jit optimize new objects
java
immutability
compiler-optimization
jit
fluent
Java program runs slower when code that is never executed is commented out
java
recursion
compiler-optimization
Understanding the as-if rule, "the program was executed as written"
c++
compiler-optimization
Why is -march=native used so rarely?
gcc
clang
compiler-optimization
Prev
Next