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
Passing constant references of primitive types as function arguments
Nov 10, 2022
c++
compiler-optimization
Why is smallest compiled exe I can make with GCC is 67KB?
Sep 09, 2022
c
gcc
mingw
compiler-optimization
How is gcc optimizing this loop?
Nov 02, 2022
c++
gcc
g++
compiler-optimization
undefined-behavior
Does volatile prevent introduced reads or writes?
Aug 31, 2022
c#
language-lawyer
compiler-optimization
volatile
lock-free
Optimising a recursive brute force into a more mathematical/linear solution
Nov 25, 2020
algorithm
haskell
dynamic-programming
compiler-optimization
mathematical-optimization
Order of GCC optimization flags
Jul 11, 2018
c
gcc
optimization
compiler-optimization
mtune and march when compiling in a docker image
May 01, 2022
docker
gcc
g++
containers
compiler-optimization
Traversal of Bounding Volume Hierachy in Shaders
Oct 28, 2022
glsl
compiler-optimization
vulkan
raytracing
bounding-box
Compiler reordering around mutex boundaries?
Nov 15, 2022
c++
compiler-optimization
memory-barriers
Runtime polymorphism decision
Sep 13, 2022
java
jvm
polymorphism
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
« Newer Entries
Older Entries »