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
gcc complex constant folding
Nov 18, 2022
c
gcc
compiler-construction
compiler-optimization
constantfolding
Compiler optimization causing program to run slower
Oct 30, 2022
c
gcc
compiler-optimization
strange integer behavior with gcc -O2
Mar 26, 2021
c++
c
gcc
integer
compiler-optimization
LLVM opt mem2reg has no effect
Sep 01, 2018
optimization
clang
compiler-optimization
ssa
llvm-codegen
When to use certain optimizations such as -fwhole-program and -fprofile-generate with several shared libraries
Aug 23, 2022
gcc
compiler-optimization
compiler-flags
Are synchronizes-with edegs compiler re-ordering barriers in both directions?
Jun 16, 2021
java
multithreading
compiler-optimization
memory-model
java-memory-model
Does clang offer anything similar to GCC 6.x's function multi-versioning (target_clones)?
Mar 24, 2022
gcc
clang
compiler-optimization
C++ constant folding a loop for prime numbers
Oct 30, 2022
c++
g++
compiler-optimization
constantfolding
Why can the Rust compiler not optimize away the Err arm of Box::downcast?
Dec 01, 2021
assembly
optimization
rust
compiler-optimization
llvm-codegen
Which of these pointer comparisons should a conforming compiler be able to optimize to "always false"?
Dec 28, 2021
c++
compiler-optimization
strict-aliasing
Why is gcc's right-shift code different in C and C++ mode?
Mar 20, 2022
c++
c
gcc
optimization
compiler-optimization
Does the C# language compiler perform any actual optimizations on its own?
Nov 08, 2021
c#
.net
compiler-optimization
Potential C++ compiler optimization with/without throw/noexcept function
Sep 30, 2022
c++
exception
compiler-optimization
throw
Should I wrap calls to Debugger.Log() in #if (DEBUG)?
Aug 22, 2022
c#
visual-studio
debugging
logging
compiler-optimization
Why is my JVM doing some runtime loop optimization and making my code buggy?
Sep 16, 2022
java
macos
jvm
runtime
compiler-optimization
Can compilers (specifically rustc) really simplify triangle-summation to avoid a loop? How?
Jul 06, 2020
rust
compiler-construction
compiler-optimization
llvm-codegen
Why gcc autovectorization does not work on convolution matrix biger than 3x3?
Mar 26, 2021
c
gcc
x86
compiler-optimization
auto-vectorization
Why doesn't the optimizer eliminate High in a loop?
Apr 17, 2022
delphi
compiler-construction
compiler-optimization
Why does direct accessing to structure members produces significantly more assembly code compared to indirect accessing in GCC?
Mar 07, 2022
c
pointers
gcc
assembly
compiler-optimization
Why are gcc and clang not hoisting strlen out of this loop?
Sep 16, 2019
c
gcc
clang
compiler-optimization
hoisting
« Newer Entries
Older Entries »