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
Programmatically rename functions
Jul 26, 2017
javascript
compiler-optimization
float to double conversion: why so many instructions?
Feb 27, 2022
c
assembly
compiler-optimization
Is it feasible for GCC to optimize isnan(x) || isnan(y) into isunordered(x, y)?
Mar 01, 2022
c++
c
gcc
optimization
compiler-optimization
benchmarking, code reordering, volatile
Jun 27, 2022
c++
benchmarking
compiler-optimization
volatile
Is a sign or zero extension required when adding a 32bit offset to a pointer for the x86-64 ABI?
Oct 07, 2022
assembly
x86-64
compiler-optimization
abi
sign-extension
Why doesn't clang use memory-destination x86 instructions when I compile with optimization disabled? Are they efficient?
Aug 22, 2022
c
assembly
x86
clang
compiler-optimization
Rewriting as a practical optimization technique in GHC: Is it really needed?
Oct 08, 2022
haskell
optimization
ghc
compiler-optimization
rewriting
How do C compilers implement functions that return large structures?
Oct 25, 2022
c
compiler-optimization
calling-convention
abi
compiler-theory
Does the Java compiler optimize an unnecessary ternary operator?
Aug 23, 2022
java
compiler-optimization
code-readability
Do C++11 compilers turn local variables into rvalues when they can during code optimization?
Aug 25, 2022
c++
visual-c++
c++11
compiler-optimization
rvalue-reference
Why doesn't GCC and Clang do this aliasing-optimization?
Nov 05, 2022
c++
gcc
optimization
compiler-optimization
strict-aliasing
Return value optimizations and side-effects
Sep 15, 2022
c++
c++11
compiler-optimization
Why would the .NET JIT compiler decide to not inline or optimize away calls to empty static methods that have no side effects?
Dec 22, 2019
c#
clr
compiler-optimization
Why is compiler generating 4-byte load instead of 1-byte load where the wider load may access unmapped data?
Aug 30, 2022
c
compiler-optimization
Forcing GCC to perform loop unswitching of memcpy runtime size checks?
Feb 13, 2022
c++
c
performance
compiler-optimization
memcpy
GCC(/Clang): Merging functions with identical instructions (COMDAT folding)
Jul 15, 2021
templates
gcc
linker
clang
compiler-optimization
How to make a CAF not a CAF in Haskell?
Mar 04, 2022
haskell
ghc
compiler-optimization
Why doesn't the compiler optimize an empty ranged-for loop over the elements of a set?
Oct 26, 2022
c++
compiler-optimization
How can I prevent the gcc optimizer from producing incorrect bit operations?
Sep 04, 2022
c
gcc
compiler-optimization
Is it possible to guarantee code doing memory writes is not optimized away in C++?
Sep 04, 2022
c++
optimization
compiler-construction
compiler-optimization
« Newer Entries
Older Entries »