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
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
Why can't gcc devirtualize this function call?
Jul 07, 2021
c++
gcc
compiler-optimization
What does "sibling calls" mean?
Dec 03, 2019
c++
gcc
compiler-optimization
tail-recursion
Why does compiler inlining produce slower code than manual inlining?
Sep 03, 2022
c++
performance
assembly
compiler-optimization
inlining
Performance of resizing std::vector<std::unique_ptr<T>>
Sep 02, 2022
c++
c++11
vector
compiler-optimization
unique-ptr
strcpy()/strncpy() crashes on structure member with extra space when optimization is turned on on Unix?
Jun 17, 2022
c
struct
segmentation-fault
compiler-optimization
strcpy
Array initialization optimization
Feb 04, 2022
c++
x86-64
compiler-optimization
calling-convention
abi
Benefits of 'Optimize code' option in Visual Studio build
Sep 02, 2022
c#
visual-studio
compiler-construction
build
compiler-optimization
Disable compiler optimisation for a specific function or block of code (C#)
Sep 02, 2022
c#
.net
optimization
compact-framework
compiler-optimization
Why does g++ pull computations into a hot loop?
Oct 31, 2021
c++
gcc
assembly
optimization
compiler-optimization
GCC: vectorization difference between two similar loops
Sep 29, 2021
c
gcc
loops
compiler-optimization
vectorization
« Newer Entries
Older Entries »