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
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
Compile-time elimination of if/else branch in C++
Sep 16, 2022
c++
templates
language-lawyer
compiler-optimization
template-specialization
Does compiler use SSE instructions for a regular C code?
Sep 16, 2022
c
compilation
compiler-optimization
sse
simd
How does memory reordering help processors and compilers?
Apr 17, 2022
java
multithreading
optimization
compiler-optimization
cpu-architecture
Why does the compiler assume that these seemingly equal pointers differ?
Aug 08, 2022
c
pointers
gcc
language-lawyer
compiler-optimization
Does C# Compiler calculate math on constants?
Apr 07, 2022
c#
performance
constants
compiler-optimization
Avoid stalling pipeline by calculating conditional early
Aug 29, 2022
performance
language-agnostic
compiler-optimization
cpu-architecture
branch-prediction
« Newer Entries
Older Entries »