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
What's the difference between partial evaluation and function inlining in a functional language?
Aug 30, 2022
haskell
optimization
functional-programming
compiler-optimization
inlining
Why does the Rust compiler not reuse the memory on the stack after an object is moved?
Sep 05, 2022
rust
llvm
compiler-optimization
Haskell explicit recursion vs `iterate`
Jul 31, 2020
performance
loops
haskell
ghc
compiler-optimization
In clang, how do you use per-function optimization attributes?
Oct 21, 2022
c
clang
compiler-optimization
Are C# anonymous types redundant in C# 7
Sep 19, 2022
c#
compiler-optimization
anonymous-types
c#-7.0
valuetuple
When to use volatile to counteract compiler optimizations in C#
Sep 19, 2022
c#
multithreading
.net-4.0
compiler-optimization
Is the compiler allowed to recycle freed pointer variables?
Feb 02, 2020
c
pointers
free
compiler-optimization
standards-compliance
LTO, Devirtualization, and Virtual Tables
Jul 23, 2017
c++
c
compiler-optimization
GCC -Wuninitialized / -Wmaybe-uninitialized issues
Sep 18, 2022
c++
c
gcc
compiler-optimization
gcc-warning
Is GCC's option -O2 breaking this small program or do I have undefined behavior [duplicate]
Dec 25, 2021
c
gcc
compiler-optimization
inline-functions
Preventing compiler optimizations while benchmarking
Sep 18, 2022
c++
gcc
clang
performance-testing
compiler-optimization
Configuration for optimizing QtCreator compiler
Feb 03, 2022
c++
qt
g++
qt-creator
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
« Newer Entries
Older Entries »