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
Can HotSpot optimize away redundant calls to pure methods without inlining them?
May 22, 2021
java
compiler-optimization
jvm-hotspot
What does gcc -fno-trapping-math do?
May 05, 2022
gcc
exception-handling
floating-point
compiler-optimization
How can I force the compiler-generated copy constructor of a class to *not* be inlined by the compiler?
Sep 21, 2022
c++
visual-c++
inline
compiler-optimization
How can I elide a call if an edge condition is known at compile time?
Sep 27, 2019
c++
visual-c++
optimization
compiler-optimization
Allowing struct field to overflow to the next field
Aug 23, 2022
c
gcc
struct
compiler-optimization
loop-unrolling
Optimizations by compiler in a recursive program
Sep 20, 2019
c
gcc
compiler-construction
compiler-optimization
tail-call-optimization
Is it OK to discard placement new return value when initializing objects
Oct 21, 2022
c++
initialization
compiler-optimization
placement-new
How is APL optimized to have great performance at array processing? What are some example tricks and optimizations it performs?
Sep 12, 2022
performance
compiler-optimization
apl
interpreted-language
What kinds of optimization LLVM does and what kinds of optimizations its frontends have to implement themselves?
Oct 26, 2022
llvm
compiler-optimization
In Rust, is Option compiled to a runtime check or an instruction jump?
Sep 13, 2022
compiler-construction
rust
compiler-optimization
gcc differences between -O3 vs -Ofast optimizations
Sep 14, 2022
gcc
compilation
compiler-optimization
Is Clang really this smart?
Jul 25, 2020
c++
c++11
clang
llvm
compiler-optimization
Why can't the compiler optimize closure variable by inlining?
Oct 07, 2021
c#
closures
compiler-optimization
cil
Performance varies dramatically if a function is moved between modules
Dec 13, 2018
haskell
compiler-optimization
Does GLSL really do unnecessary computations with uniform (not per-vertex) values?
Oct 19, 2022
opengl
optimization
glsl
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
« Newer Entries
Older Entries »