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
Tail recursion in gcc/g++
Sep 24, 2022
gcc
recursion
compiler-optimization
tail-recursion
Why does GCC generate a faster program than Clang in this recursive Fibonacci code?
May 17, 2022
c++
gcc
x86
clang
compiler-optimization
Visual Studio 2013 optimization flags (/O2 vs /Ox) [duplicate]
Oct 19, 2022
c++
performance
optimization
visual-studio-2013
compiler-optimization
Which one is faster ? Function call or Conditional if Statement?
Jan 27, 2019
c++
optimization
architecture
compiler-optimization
data-oriented-design
Can we use `const_cast` to modify a constant variable? [duplicate]
Oct 21, 2022
c++
compiler-optimization
volatile
const-cast
Do most compilers transform % 2 into bit comparison? Is it really faster?
Oct 24, 2016
c++
performance
compiler-construction
compiler-optimization
division
How does O=Deparse work, and does Perl have and fold constant arrays?
Feb 20, 2022
perl
compiler-optimization
constantfolding
perl5.10
An example of an optimization that involves compiler reordering
Feb 20, 2022
c++
c
compiler-optimization
Will the compiler unroll this loop?
Oct 30, 2022
c++
visual-studio-2008
compiler-optimization
Will compiler optimize collections initialization?
May 09, 2017
c#
.net
dictionary
compiler-optimization
for loop being ignored (optimized?) out
Oct 26, 2020
c
delay
compiler-optimization
timedelay
xtensa
Why would a C++ compiler not eliminate null check of pointer returned by new?
May 07, 2022
c++
compiler-construction
new-operator
compiler-optimization
Different behavior of shift operator with -O2 and without
Aug 24, 2022
c++
gcc
64-bit
compiler-optimization
strict-aliasing
Compiler optimization makes program crash
Mar 23, 2021
c++
qt
g++
compiler-optimization
Get GCC To Use Carry Logic For Arbitrary Precision Arithmetic Without Inline Assembly?
Jan 27, 2019
c
optimization
gcc
compiler-optimization
arbitrary-precision
Can std::atomic cancel out increments with decrements?
Nov 03, 2022
c++
multithreading
c++11
atomic
compiler-optimization
Why is using structure Vector3I instead of three ints much slower in C#?
Feb 11, 2022
c#
performance
x86
compiler-optimization
micro-optimization
intel
Standard C++11 code equivalent to the PEXT Haswell instruction (and likely to be optimized by compiler)
Jun 11, 2019
c++
c++11
bit-manipulation
compiler-optimization
instruction-set
intel
x86
bmi
« Newer Entries
Older Entries »