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 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
Generics and usage of interfaces without boxing of value instances
Sep 03, 2022
c#
generics
compiler-optimization
jit
Why do common C compilers include the source filename in the output?
Apr 16, 2022
gcc
compilation
clang
compiler-optimization
compiler-options
Loop unrolling behaviour in GCC
Aug 26, 2022
c++
gcc
compiler-optimization
loop-unrolling
Can this C++ code be changed or improved with move semantics?
Sep 13, 2021
c++
move
compiler-optimization
move-semantics
Why does adding in an immediately invoked lambda make my JavaScript code 2x faster?
Nov 02, 2022
javascript
node.js
optimization
v8
compiler-optimization
How can I load optimized code in GHCI?
Jan 15, 2020
haskell
ghc
compiler-optimization
read-eval-print-loop
ghci
Reducing the footprint of debug symbols (executable is bloated to 4 GB)
Aug 25, 2022
c++
compiler-optimization
debug-symbols
Compiler Optimization of virtual function calls
Apr 17, 2022
c++
compiler-optimization
virtual-functions
Is IL generated by expression trees optimized?
Nov 15, 2022
c#
expression-trees
compiler-optimization
jit
il
Can compiler optimizations, like ghc -O2, change the order (time or storage) of a program?
Apr 03, 2020
haskell
ghc
compiler-optimization
How do optimizing compilers decide when and how much to unroll a loop?
Mar 24, 2022
c++
c
performance
compiler-optimization
loop-unrolling
Why isn't string concatenation automatically converted to StringBuilder in C#? [duplicate]
Apr 13, 2022
c#
string
stringbuilder
compiler-optimization
Are measurable performance gains possible from using VC++'s __assume?
Aug 08, 2019
c++
performance
visual-c++
compiler-optimization
C++: Set bool value only if not set
Oct 23, 2022
c++
boolean
variable-assignment
conditional-statements
compiler-optimization
Can compilers generate self modifying code?
Aug 30, 2022
c++
assembly
compiler-optimization
self-modifying
Is it bad practice to declare a C function as static if it can still be executed indirectly (through a callback function)?
Oct 06, 2022
c++
c
linker
embedded
compiler-optimization
« Newer Entries
Older Entries »