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 does GCC emit "lea" instead of "sub" for subtraction?
Oct 24, 2022
gcc
assembly
x86
compiler-optimization
gnu-assembler
Can't turn off gcc optimizer, Makefile from automake
Nov 10, 2022
gcc
compiler-optimization
automake
zbar-sdk
In C/C++ is x[i] * y[i++] always equal to x[i] * y[i] [duplicate]
Aug 09, 2022
c++
performance
compiler-optimization
Is there a way to turn off JIT compiler and is there a performance impact by doing so?
Oct 14, 2022
jvm
interpreter
bytecode
compiler-optimization
jit
Extent of GHC's optimization
Jul 17, 2022
haskell
ghc
compiler-optimization
Is there a (Linux) g++ equivalent to the /fp:precise and /fp:fast flags used in Visual Studio?
Nov 13, 2022
c++
visual-studio-2008
g++
compiler-optimization
ubuntu-10.04
C loop optimization help for final assignment (with compiler optimization disabled)
Nov 21, 2022
c
loops
optimization
compiler-optimization
debug-mode
What is the performance cost of assigning a single string value using +'s
Jun 06, 2017
c#
java
performance
string
compiler-optimization
Weird Execution Times
Nov 10, 2022
c++
compiler-optimization
execution-time
Difference between std::fabs(a * b) and std::fabs(a) * std::fabs(b)
Jul 25, 2021
c++
x86
g++
compiler-optimization
clang++
Is there a clever way of avoiding extra padding with nested classes in C++?
Sep 14, 2022
c++
padding
compiler-optimization
inner-classes
memory-alignment
Languages and VMs: Features that are hard to optimize and why
Apr 11, 2022
language-features
language-design
interpreter
compiler-theory
compiler-optimization
In what cases does a C++ compiler infer noexcept?
Sep 23, 2022
c++
exception
compiler-optimization
noexcept
Is there a flaw in how clang implements char8_t or does some dark corner of the standard prohibit optimization?
Nov 20, 2022
c++
clang
compiler-optimization
c++20
Does const allow for (theoretical) optimization here?
Mar 06, 2022
c++
constants
language-lawyer
compiler-optimization
Allowed C# Compiler optimization on local variables and refetching value from memory
Jun 27, 2016
c#
.net
multithreading
compiler-optimization
Are compilers allowed to optimize-out exception throws?
Aug 27, 2019
c++
exception
compiler-construction
compiler-optimization
Where is the loop-carried dependency here?
Mar 30, 2021
c++
visual-c++
compiler-optimization
vectorization
visual-c++-2012
Improving build time on XCode 4.5 for a huge game project
Aug 29, 2022
xcode
compiler-construction
compilation
xcode4.5
compiler-optimization
Optimization of raw new[]/delete[] vs std::vector
Oct 27, 2022
c++
vector
c++14
compiler-optimization
« Newer Entries
Older Entries »