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
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
How do C/C++ compilers work?
Jan 24, 2020
c++
c
compiler-construction
compiler-optimization
Visual Studio 2015 Update 3 - C++ Compiler bug?
Sep 01, 2022
c++
visual-studio-2015
compiler-errors
compiler-optimization
How to guide GCC optimizations based on assertions without runtime cost?
Sep 01, 2022
c++
gcc
optimization
assert
compiler-optimization
Unexpected optimization of strlen when aliasing 2-d array
Mar 06, 2022
c
multidimensional-array
compiler-optimization
strlen
gcc8
Double question marks ('??') vs if when assigning same var
Aug 17, 2022
c#
compiler-optimization
null-coalescing-operator
Why isn't this unused variable optimised away?
Oct 16, 2022
c++
gcc
clang
compiler-optimization
Are compilers allowed to optimize out realloc?
Aug 31, 2022
c
gcc
clang
language-lawyer
compiler-optimization
Why not always use compiler optimization?
Sep 25, 2022
compiler-construction
compiler-optimization
Should I use const for local variables for better code optimization?
Aug 31, 2022
c++
performance
optimization
constants
compiler-optimization
« Newer Entries
Older Entries »